summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-13 00:57:55 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-13 01:25:46 +0000
commita8a00be442370ce491f9cc22a3fa0b4853feecb5 (patch)
tree798f6798171815349898ecc8811b57c6345b8295 /ChangeLog
parent152875ba03797e788397be7a3af6c09391dce9f0 (diff)
downloadzsh-a8a00be442370ce491f9cc22a3fa0b4853feecb5.tar.gz
zsh-a8a00be442370ce491f9cc22a3fa0b4853feecb5.tar.xz
zsh-a8a00be442370ce491f9cc22a3fa0b4853feecb5.zip
37591: 'alias -L': skip with a warning aliases with '=' in their LHS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7309cb3f5..731e323ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-01-13  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 37591: Src/hashtable.c, Test/A02alias.ztst: 37591: 'alias -L':
+	skip with a warning aliases with '=' in their LHS
+
 	* 37550: Completion/BSD/Command/_cu: _cu: Support Linux
 	line-device names; fail gracefully on OSes matching no known
 	line-device name pattern.