summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-10 17:37:02 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-06-13 08:53:18 +0000
commit7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7 (patch)
tree980a039f4f16eb0cb0386bce202ae8c2ffff975d /ChangeLog
parentaa160fc8e962c2f6df62c62d67e366644457966c (diff)
downloadzsh-7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7.tar.gz
zsh-7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7.tar.xz
zsh-7badf262c1a33c8c5f7ee8ccc152733fcb5a05f7.zip
38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b31543b4f..f6e70e50e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-06-13  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 38653 + 38657: Doc/Zsh/builtins.yo, Src/exec.c,
+	Test/E02xtrace.ztst: 'functions -T' tracing: recurse into
+	anonymous functions.
+
 	* 38651: Completion/Unix/Command/_git: Escape parameter arguments
 	to _call_program.