about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Smith <tim.dolores@gmail.com>2018-07-14 14:06:17 -0600
committerPeter Stephenson <p.stephenson@samsung.com>2018-07-16 09:33:18 +0100
commit9f203c1159900561279f7b179433596e77691c92 (patch)
tree220a28de9694818d2f59db21e43dba28142b6f3f /ChangeLog
parent5f2d265b3a9eddb14076cad595bd9f05b03fa069 (diff)
downloadzsh-9f203c1159900561279f7b179433596e77691c92.tar.gz
zsh-9f203c1159900561279f7b179433596e77691c92.tar.xz
zsh-9f203c1159900561279f7b179433596e77691c92.zip
43172: document escaping colon in zformat -a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39504af85..682065f17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-16  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Tim Smith: 43172: Doc/Zsh/mod_zutil.yo: document escaping of
+	colon in zformat -a.
+
 2018-07-11  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 43164: Completion/Unix/Command/_gcc: fix 'args=' to 'args+=',