diff options
author | Bob Ippolito <bob@redivi.com> | 2018-06-28 14:08:44 -0700 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2018-06-28 14:08:44 -0700 |
commit | 543b4232813d3be2231124d27f7ae9b95be1beb6 (patch) | |
tree | 42eae5b5c72cb8572d5561b9e1eea613446879f6 /CHANGES.txt | |
parent | 131d225786a98c2c2da5a1dfbbf9db0491fe9ac6 (diff) | |
download | simplejson-543b4232813d3be2231124d27f7ae9b95be1beb6.tar.gz |
Update CHANGES for v3.16.0v3.16.0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e0e76b4..f64c3a0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +Version 3.16.0 released 2018-06-28 + +* Restore old behavior with regard to the type of decoded empty + strings with speedups enabled on Python 2.x + https://github.com/simplejson/simplejson/pull/225 +* Add python_requires to setup.py to help pip + https://github.com/simplejson/simplejson/pull/224 +* Fix CSS in docs when built locally + https://github.com/simplejson/simplejson/pull/222 + Version 3.15.0 released 2018-05-12 * Clean up the C code |