aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul G <pganssle@users.noreply.github.com>2015-02-26 14:05:36 -0600
committerPaul <pganssle@users.noreply.github.com>2015-03-05 11:23:17 -0600
commitcd278d1270eafee0e9e8fdc46884736c191f0ba9 (patch)
treebdaeb57d56fe13d1e84beb94a30f2debde98fa44 /NEWS
parent17d4c2aaa7e7e3e8708f98fdf4ac3f5aca992c6b (diff)
downloaddateutil-cd278d1270eafee0e9e8fdc46884736c191f0ba9.tar.gz
Rebase and update news file to include PR #43.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4856566..60628a5 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ Version 2.4.1
handled properly. (gh pr #35, issue #34)
- Fix error where parser allowed some invalid dates, overwriting existing hours
with the last 2-digit number in the string. (gh pr #32, issue #31)
+- Fix and add test for Python 2.x compatibility with boolean checking of
+ relativedelta objects. Implemented by @nimasmi (gh pr #43) and Cédric Krier
+ (lp: 1035038)
- Replaced parse() calls with explicit datetime objects in unit tests unrelated
to parser. (gh pr #36)
- Additional documentation for parser (gh pr #29, #33, #41) and rrule.