diff options
author | Peter Stephenson <pws@zsh.org> | 2016-08-12 12:54:34 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-08-12 12:54:34 +0100 |
commit | bedb61fd999b87948d30987302362b3c07302132 (patch) | |
tree | f47a7a13c6003f89e388f683d4baf3ac09f22af6 /ChangeLog | |
parent | b2be8e1b6ed73f1b91661c91c95768d39f5b7145 (diff) | |
download | zsh-bedb61fd999b87948d30987302362b3c07302132.tar.gz zsh-bedb61fd999b87948d30987302362b3c07302132.tar.xz zsh-bedb61fd999b87948d30987302362b3c07302132.zip |
39029: document transpose-words change
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2628a4861..4a7449ca4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-08-12 Peter Stephenson <p.stephenson@samsung.com> + * 39029: Doc/Zsh/zle.yo: document previous change. + * Han Pingtian: 38983: Src/Zle/zle_word.c: make transpose-words handle numeric arguments sensibly. |