about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2022-04-04 13:20:45 -0700
committerBart Schaefer <schaefer@ipost.com>2022-04-04 13:20:45 -0700
commitbdd37b4c1490caad4750402cee887bb19e3502d7 (patch)
tree3b76fe50e9161b5b762ed21ca3d251cfeb8b370d /ChangeLog
parentf27e48827cc6ac224584328e632a89beed57c0ea (diff)
downloadzsh-bdd37b4c1490caad4750402cee887bb19e3502d7.tar.gz
zsh-bdd37b4c1490caad4750402cee887bb19e3502d7.tar.xz
zsh-bdd37b4c1490caad4750402cee887bb19e3502d7.zip
49990: casemodify() avoids metafying characters that it otherwise did not touch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11ebb7d66..92e5b6716 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-04  Bart Schaefer  <schaefer@zsh.org>
+
+	* 49990: Src/hist.c: in single-byte, like multibyte, casemodify()
+	avoids metafying characters that it otherwise did not touch
+
 2022-04-03  Bart Schaefer  <schaefer@zsh.org>
 
 	* 49955 (with thanks to Madhu <enometh@meer.net>): Src/glob.c: