Skip to content

Commit

Permalink
Add changelog for PR #891
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and pganssle committed Mar 20, 2019
1 parent d0404c6 commit e8a1b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.d/891.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
``parser.parse`` will now raise ``TypeError`` when ``tzinfos`` is passed a type
that cannot be interpreted as a time zone. Prior to this change, it would raise
an ``UnboundLocalError`` instead.
Patch by @jbrockmendel (gh pr #891)
2 changes: 2 additions & 0 deletions changelog.d/891.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added tests for tzinfos input types.
Patch by @jbrockmendel (gh pr #891)

0 comments on commit e8a1b8a

Please sign in to comment.