summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-19 21:16:12 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-22 02:23:52 +0000
commite37df255c166efdda25d87b9d23f5c492cc02a68 (patch)
tree14f05151687dc082eaf771624f32f20b3487fcf3 /ChangeLog
parent45583/0004: internal: Add some comments around wordcodes. No functional change. (diff)
downloadzsh-e37df255c166efdda25d87b9d23f5c492cc02a68.tar
zsh-e37df255c166efdda25d87b9d23f5c492cc02a68.tar.gz
zsh-e37df255c166efdda25d87b9d23f5c492cc02a68.tar.bz2
zsh-e37df255c166efdda25d87b9d23f5c492cc02a68.tar.lz
zsh-e37df255c166efdda25d87b9d23f5c492cc02a68.tar.xz
zsh-e37df255c166efdda25d87b9d23f5c492cc02a68.tar.zst
zsh-e37df255c166efdda25d87b9d23f5c492cc02a68.zip
45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous functions with arguments (follow-up to 29492)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfaef3a2b..fc7b9821f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2020-03-22 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 45583/0005: Src/parse.c: internal: Document the WC_FUNCDEF
+ data layout for anonymous functions with arguments (follow-up
+ to 29492)
+
* 45583/0004: Src/parse.c, Src/zsh.h: internal: Add some comments
around wordcodes. No functional change.