diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9556bef8b..f65215c4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-09-06 Barton E. Schaefer <schaefer@zsh.org> + * 33118: Src/subst.c: record original param unset state when + ${name:#word} et al. need to treat empty the same as unset, to + avoid incorrect NO_UNSET error + * 33116: Src/hist.c: followup to 32580 to prevent double-locking with shared or incremental history |