summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-16 18:21:41 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-16 18:21:41 +0000
commitfb3865514ce52de5b1b2cfa34899a133e76edf78 (patch)
treea23af3c43522e1525054435b6bcf7eec3f3ee7b8 /ChangeLog
parent977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667 (diff)
parent28e11ac60b91aea5ab4b47c3cc2bf33f00ba53e4 (diff)
downloadzsh-fb3865514ce52de5b1b2cfa34899a133e76edf78.tar.gz
zsh-fb3865514ce52de5b1b2cfa34899a133e76edf78.zip
Merge branch 'master' into 5.9
* master: 45305: Add an XFail test: The exec-last-command optimization is applied to try/always. 45307: zstyle docs: Unoverload a placeholder variable name. 45306: zstyle docs: Introduce the first synopsis in the same way as all others: with an item()(). unposted: docs: Fix a cross-reference.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c317f04c5..643352dfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,20 @@
* 45131: Src/exec.c, Test/E02xtrace.ztst: Make a function that
redefines itself preserve its tracedness.
+2020-01-16 Daniel Shahaf <danielsh@apache.org>
+
+ * 45305: Test/A01grammar.ztst: Add an XFail test: The
+ exec-last-command optimization is applied to try/always.
+
+ * 45307: Doc/Zsh/mod_zutil.yo: zstyle docs: Unoverload a
+ placeholder variable name.
+
+ * 45306: Doc/Zsh/mod_zutil.yo: zstyle docs: Introduce the first
+ synopsis in the same way as all others: with an item()().
+
+ * unposted: Doc/Zsh/options.yo, Doc/Zsh/params.yo: docs: Fix
+ a cross-reference.
+
2020-01-15 Daniel Shahaf <danielsh@apache.org>
* 45287: Doc/Zsh/expn.yo: zshexpn: Describe parameter elision