Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Jul 3, 2017
1 parent 8587e56 commit df6a49f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes
next (unreleased)
~~~~~~~~~~~~~~~~~

* Compilable with somewhat old g++ (`issue #69`__)

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

* **Backward incompatibilities**:

- all ``DATETIME_MODE_XXX`` constants have been shortened to ``DM_XXX``
Expand All @@ -18,9 +22,7 @@ next (unreleased)
* New option ``DM_NAIVE_IS_UTC`` to treat naïve datetime and time values as if
they were in the UTC timezone (also for issue #61)

* Compilable with somewhat old g++ (`issue #69`__)

__ https://github.com/python-rapidjson/python-rapidjson/issues/69
* New keyword argument ``native_numbers`` to use underlying C library numbers


0.0.11 (2017-03-05)
Expand Down

0 comments on commit df6a49f

Please sign in to comment.