summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3668b7786..016a0b3fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2025-11-24 Oliver Kiddle <opk@zsh.org>
+ * 54104: Src/parse.c, Src/zsh.h: fix bug with packing strings
+ into wordcode
+
* 54103: Src/builtin.c, Src/parse.c, Test/C02cond.ztst:
support > and < comparisons via the test builtin