summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cd07ffa3..7af8a07c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2015-09-28 Mikael Magnusson <mikachu@gmail.com>
+
+ * unposted: Completion/Zsh/Context/_brace_parameter,
+ Completion/Zsh/Type/_delimiters, Completion/Zsh/Type/_globquals,
+ Functions/Calendar/age: Fix broken case condition and "qualifer"
+ typo
+
2015-09-27 Daniel Shahaf <d.s@daniel.shahaf.name>
- * 36651: Doc/Zsh/options.yo Src/exec.c Src/math.c
+ * 36651: Doc/Zsh/options.yo, Src/exec.c, Src/math.c,
Test/E01options.ztst: WARN_CREATE_GLOBAL += math expressions
-2015-09-27 Matthew Martin <phy1729@gmail.com>
-
- * 36653: Completion/Unix/Command/_user_admin: OpenBSD's usermod
- has no -a flag
+ * Matthew Martin: 36653: Completion/Unix/Command/_user_admin:
+ OpenBSD's usermod has no -a flag
2015-09-27 Barton E. Schaefer <schaefer@zsh.org>