summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-04-04 14:48:21 -0700
committerBart Schaefer <schaefer@zsh.org>2022-04-04 14:48:21 -0700
commit0d9c2422bf3815ee04e5c1b562a22b9df56c07ed (patch)
treeac8a8a818d751e3e3ccf032d37d768c69e02d9bd /ChangeLog
parentb80d1600395c46b24ebe8d34e40fb4e660692de1 (diff)
downloadzsh-0d9c2422bf3815ee04e5c1b562a22b9df56c07ed.tar.gz
zsh-0d9c2422bf3815ee04e5c1b562a22b9df56c07ed.tar.xz
zsh-0d9c2422bf3815ee04e5c1b562a22b9df56c07ed.zip
49992: further unify single- and multi-byte implementations of nicechar()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ffce95e..1a5d48415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-04-04  Bart Schaefer  <schaefer@zsh.org>
 
+	* 49992: Src/utils.c: further unify single- and multi-byte
+	implementations of nicechar() to fix ${(V)...} output format
+
 	* 49991: Src/glob.c, Src/utils.c: single-byte brace expansion
 	handles $'\0' and control character output aligns with multibyte