diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cd6637c86..a76808be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-04-25 Barton E. Schaefer <schaefer@zsh.org> + * 34961: Src/compat.c, Src/init.c: replace a couple of free() with + zfree() for consistency. + * 34961: Completion/Base/Completer/_expand: add backslash to alias expansion matching (related to workers/32186) |