summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-26 19:30:47 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-06-04 05:46:09 +0200
commitd092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a (patch)
treeb20ffe3ba67cd061c318342aa27edfed5d91cc59 /ChangeLog
parent54617: fix lookup in $commands array when hashlistall is unset (diff)
downloadzsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.tar
zsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.tar.gz
zsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.tar.bz2
zsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.tar.lz
zsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.tar.xz
zsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.tar.zst
zsh-d092cf6f18f9ba15e9709ed11aafd7e13cf7ae7a.zip
54620: fix check for when to hash commands
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 105dd0a6c..bb18f26ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2026-06-04 Mikael Magnusson <mikachu@gmail.com>
+ * 54620: Src/exec.c: fix check for when to hash commands
+
* 54617: Src/Modules/parameter.c, Src/zsh.h,
Test/V06parameter.ztst: fix lookup in $commands array when
hashlistall is unset