Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Sep 30, 2017
1 parent 09393d5 commit b83def7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ Unreleased
~~~~~~~~~~

* Fix bug where error handling code could raise an exception causing a
confusing exception to be returned.
confusing exception to be returned (`PR #82`__)

__ https://github.com/python-rapidjson/python-rapidjson/pull/82

* Fix bug where loads's ``object_hook`` and dumps's ``default`` arguments
could not be passed ``None`` explicitly.
could not be passed ``None`` explicitly (`PR #83`__)

__ https://github.com/python-rapidjson/python-rapidjson/pull/83

* Fix crash when dealing with surrogate pairs (`issue #81`__)

__ https://github.com/python-rapidjson/python-rapidjson/issues/81


0.2.4 (2017-09-17)
Expand Down

0 comments on commit b83def7

Please sign in to comment.