about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-12 11:39:29 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-07-12 11:39:34 +0000
commit7dfc4f754e8c5033e43ddfdd7b6141cdbe11341e (patch)
tree68aec979dfcae97e5d2421cc284a2925cc44abb7 /ChangeLog
parent03407c29282b7f26ba42411d42591e4d48d18121 (diff)
downloadzsh-7dfc4f754e8c5033e43ddfdd7b6141cdbe11341e.tar.gz
zsh-7dfc4f754e8c5033e43ddfdd7b6141cdbe11341e.tar.xz
zsh-7dfc4f754e8c5033e43ddfdd7b6141cdbe11341e.zip
users/24985: Clarify documentation of the ${(n)} and ${(-)} parameter expansion flags, and add a forward compatibility hatch to the latter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aa15f6f6..93894f290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-07-12  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* users/24985: Doc/Zsh/expn.yo: Clarify documentation of the
+	${(n)} and ${(-)} parameter expansion flags, and add a forward
+	compatibility hatch to the latter.
+
 	* 46204: Test/E01options.ztst: Fix new test case for the
 	theoretical case of having more than 100 files in the root
 	directory.