summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvinay karanam <vinayinvicible@users.noreply.github.com>2017-01-02 19:10:44 +0530
committerTim Graham <timograham@gmail.com>2017-01-02 08:48:45 -0500
commit589a091b3bf70a379c0f96dbdce700e6756f4a36 (patch)
tree887d67a921fefc974c0aa83b8b2a5e7e8279eaae /docs
parent9e8bfc5c62a40826a136c02d91e276e129551e54 (diff)
[1.9.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.13.txt2
1 files changed, 1 insertions, 1 deletions
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`).