diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-09 14:51:36 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2018-10-09 14:51:36 +0100 |
commit | 46c448cf9b31f1d6bc3fdd86953550417cc78c75 (patch) | |
tree | 944d39d824d173fc6d84260b234dad2c5e0f0afa /ChangeLog | |
parent | bbccbe0c85887bfc15c57a0c5eb97e59f7cb9fa7 (diff) | |
download | zsh-46c448cf9b31f1d6bc3fdd86953550417cc78c75.tar.gz zsh-46c448cf9b31f1d6bc3fdd86953550417cc78c75.tar.xz zsh-46c448cf9b31f1d6bc3fdd86953550417cc78c75.zip |
Missed ChangeLog from previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 237db3b62..ed01701f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2018-10-09 Peter Stephenson <p.stephenson@samsung.com> + * 43660: Src/builtin.c, Src/exec.c, Src/init.c, + Test/C03traps.ztst: extend 43653 for implicit exit and combine + logic with pending exit status from exits within functions. + * 43656: Src/builtin.c: special tied parameters don't have tieddata. |