diff options
author | Oliver Kiddle <opk@zsh.org> | 2015-07-03 22:59:27 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2015-07-03 22:59:27 +0200 |
commit | a257525afc1578ff4d951e6771b2afab181ac46e (patch) | |
tree | 2c34a6599c1c9b7fd5a9df586c743fb72c41ed1d /ChangeLog | |
parent | acb05d1616328e634c6f9914167b12c75619e828 (diff) | |
download | zsh-a257525afc1578ff4d951e6771b2afab181ac46e.tar.gz zsh-a257525afc1578ff4d951e6771b2afab181ac46e.tar.xz zsh-a257525afc1578ff4d951e6771b2afab181ac46e.zip |
35681: fix day of month initialisation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c592fabb0..f20af3669 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-07-03 Oliver Kiddle <opk@zsh.org> + * 35681: Src/Modules/datetime.c: fix day of month initialisation + * 35674: Src/Zle/zle_main.c: make an undo event for initial buffer contents |