about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-04-04 14:21:50 -0700
committerBart Schaefer <schaefer@zsh.org>2022-04-04 14:21:50 -0700
commitb80d1600395c46b24ebe8d34e40fb4e660692de1 (patch)
tree652cd1d82ac42ec66a41043395736a1fdb389e4c /ChangeLog
parentbdd37b4c1490caad4750402cee887bb19e3502d7 (diff)
downloadzsh-b80d1600395c46b24ebe8d34e40fb4e660692de1.tar.gz
zsh-b80d1600395c46b24ebe8d34e40fb4e660692de1.tar.xz
zsh-b80d1600395c46b24ebe8d34e40fb4e660692de1.zip
49991: single-byte brace expansion handles $'\0' and control character output aligns with multibyte
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92e5b6716..d2ffce95e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-04-04  Bart Schaefer  <schaefer@zsh.org>
 
+	* 49991: Src/glob.c, Src/utils.c: single-byte brace expansion
+	handles $'\0' and control character output aligns with multibyte
+
 	* 49990: Src/hist.c: in single-byte, like multibyte, casemodify()
 	avoids metafying characters that it otherwise did not touch