diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 421da2f6f..ae61df68d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-10-11 Barton E. Schaefer <schaefer@zsh.org> + * 36841: Completion/Base/Widget/_complete_help: factor out and + update the patterns that filter "uninteresting" functions out + of the $funcstack list when generating the call trace to show + where a tag is active. + * 36836: Src/mem.c: zhalloc() avoids re-scanning all heaps when the last known heap with free space does not have enough space |