aboutsummaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-03-24 10:39:39 -0400
committerPaul Ganssle <paul@ganssle.io>2018-03-24 12:59:32 -0400
commit9838036c0dcc3e6cffc8d3fac50802c44d60ed9c (patch)
tree2e5f3776cb1ec19f11d89cbdb5fcbfe11945d5c5 /changelog.d
parent5ee1b669728fea5d0640264549720082ad9f4a4f (diff)
downloaddateutil-9838036c0dcc3e6cffc8d3fac50802c44d60ed9c.tar.gz
Add changelog entries for changes since 2.7.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/0633.bugfix.rst1
-rw-r--r--changelog.d/0634.bugfix.rst1
-rw-r--r--changelog.d/0643.data.rst1
-rw-r--r--changelog.d/0644.misc.rst1
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/0633.bugfix.rst b/changelog.d/0633.bugfix.rst
new file mode 100644
index 0000000..7ea6601
--- /dev/null
+++ b/changelog.d/0633.bugfix.rst
@@ -0,0 +1 @@
+Fixed issue where parser.parse would occasionally raise decimal.Decimal-specific error types rather than ValueError. Reported by @amureki (gh issue #632). Fixed by @pganssle (gh pr #636).
diff --git a/changelog.d/0634.bugfix.rst b/changelog.d/0634.bugfix.rst
new file mode 100644
index 0000000..a232714
--- /dev/null
+++ b/changelog.d/0634.bugfix.rst
@@ -0,0 +1 @@
+Improve error message when rrule's dtstart and until are not both naive or both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634)
diff --git a/changelog.d/0643.data.rst b/changelog.d/0643.data.rst
new file mode 100644
index 0000000..35ebe21
--- /dev/null
+++ b/changelog.d/0643.data.rst
@@ -0,0 +1 @@
+Updated tzdata version to 2018d.
diff --git a/changelog.d/0644.misc.rst b/changelog.d/0644.misc.rst
new file mode 100644
index 0000000..36fea62
--- /dev/null
+++ b/changelog.d/0644.misc.rst
@@ -0,0 +1 @@
+Updated license metadata and trove classifiers (gh prs #630 and #644).