diff options
| author | vinay karanam <vinayinvicible@users.noreply.github.com> | 2017-01-02 19:10:44 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-02 08:40:44 -0500 |
| commit | 6128c1736de98d8ab22829184409731b030cbff5 (patch) | |
| tree | b74c8ca8201170feb1bab6833202d44efd99c00e /docs | |
| parent | 26c9f529c97f4306446dac657b113f690c84ec5d (diff) | |
Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.5.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.9.13.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.10.5.txt b/docs/releases/1.10.5.txt index 0c70fc04b5..5c9d40914b 100644 --- a/docs/releases/1.10.5.txt +++ b/docs/releases/1.10.5.txt @@ -16,4 +16,4 @@ Bugfixes (:ticket:`27418`). * Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused - incorrect results for dates in a leap year. + incorrect results for dates in a leap year (:ticket:`27637`). diff --git a/docs/releases/1.9.13.txt b/docs/releases/1.9.13.txt index 093b40f057..03ffd80400 100644 --- a/docs/releases/1.9.13.txt +++ b/docs/releases/1.9.13.txt @@ -10,4 +10,4 @@ Bugfixes ======== * Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused - incorrect results for dates in a leap year. + incorrect results for dates in a leap year (:ticket:`27637`). |
