diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-11-24 06:57:51 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-11-28 07:16:37 +0000 |
commit | 3a8727dc6bae5fd762256cbccdde55b75bed8769 (patch) | |
tree | ce1209e3fbc46b9b27377929711a75255a031dde /ChangeLog | |
parent | eccb7471b577d55f0b410088fc1125016476b332 (diff) | |
download | zsh-3a8727dc6bae5fd762256cbccdde55b75bed8769.tar.gz zsh-3a8727dc6bae5fd762256cbccdde55b75bed8769.tar.xz zsh-3a8727dc6bae5fd762256cbccdde55b75bed8769.zip |
40009: alias -L: Emit aliases that begin with a plus sign correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ab1852e6d..88727c93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-11-28 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 40009: Src/hashtable.c: alias -L: Emit aliases that begin + with a plus sign correctly. + 2016-11-24 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> * 40013: Completion/Unix/Type/_date_formats, |