about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-14 14:49:13 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-15 16:27:53 +0000
commitebcb20a9c0d3469e5ddf2186054ec5a5f7493e58 (patch)
tree2c22cb8a0b386cd8ab1b6a8ad8ec80eb7eeb2640 /ChangeLog
parentcc833e01fef8298bc385bcff98f1b7ae85a8642a (diff)
downloadzsh-ebcb20a9c0d3469e5ddf2186054ec5a5f7493e58.tar.gz
zsh-ebcb20a9c0d3469e5ddf2186054ec5a5f7493e58.tar.xz
zsh-ebcb20a9c0d3469e5ddf2186054ec5a5f7493e58.zip
45583/0005: vcs_info docs: Recommend use of prompt expandos rather than terminal escape sequences.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 547780dc8..107900c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-04-15  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 45583/0005: Doc/Zsh/contrib.yo: vcs_info docs: Recommend use
+	of prompt expandos rather than terminal escape sequences.
+
 	* 45583/0004: Doc/Zsh/func.yo: docs: Document that hook functions
 	may rely on $? (see workers/48570).