summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-18 00:33:43 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-18 00:33:51 +0000
commit48ebe82b4839fb7a21f021d95e5b76201bad1cb8 (patch)
tree1c70b4406e9447c8ff8a39b9717cbf05e5e1c960 /ChangeLog
parent8bc4400762289e5cdbcfa50aab5982f8e7e28dfc (diff)
downloadzsh-48ebe82b4839fb7a21f021d95e5b76201bad1cb8.tar.gz
zsh-48ebe82b4839fb7a21f021d95e5b76201bad1cb8.tar.xz
zsh-48ebe82b4839fb7a21f021d95e5b76201bad1cb8.zip
45073: regex-replace docs: Simplify grammar (avoid a double negative, state defaults first).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7571f8a..2ea6116d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-18  Daniel Shahaf  <danielsh@apache.org>
+
+	* 45073: Doc/Zsh/contrib.yo: regex-replace docs: Simplify grammar
+	(avoid a double negative, state defaults first).
+
 2019-12-17  Daniel Shahaf  <danielsh@apache.org>
 
 	* 45058: Src/Modules/zpty.c, Src/Zle/zle_main.c, Src/builtin.c,