summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorniemeyer <>2010-03-30 00:42:25 +0000
committerniemeyer <>2010-03-30 00:42:25 +0000
commite9f0b2450ce1073ecc7b78a6f8631187bc6d018a (patch)
tree4c53bcf7b529c00004d5b08f1f310c5dc9d1fa28 /NEWS
parent27bf3ec9d045b3b2ceee376f3b662f057836a76f (diff)
downloaddateutil-e9f0b2450ce1073ecc7b78a6f8631187bc6d018a.tar.gz
Adam Ryan reported a problem in the relativedelta implementation which
affected the yearday parameter in the month of January specifically. This has been unittested and fixed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a56018a..8738e84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+
+Version 1.5
+-----------
+
+- As reported by Mathieu Bridon, rrules were matching the bysecond rules
+ incorrectly against byminute in some circumstances when the SECONDLY
+ frequency was in use, due to a copy & paste bug. The problem has been
+ unittested and corrected.
+
+- Adam Ryan reported a problem in the relativedelta implementation which
+ affected the yearday parameter in the month of January specifically.
+ This has been unittested and fixed.
+
+- Updated timezone information.
+
+
Version 1.4.1
-------------