summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-21 10:05:14 +0700
committerBob Ippolito <bob@redivi.com>2016-10-21 10:05:14 +0700
commit4d551b2c8ff11222b46cb14d80528def041aaa5e (patch)
treeb396084d930d1a2a623228d9090e962224293a25
parentd5234f7991ca23fad63ce10648d6f6cadc1a09ff (diff)
downloadsimplejson-4d551b2c8ff11222b46cb14d80528def041aaa5e.tar.gz
Update CHANGES.txt
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5c74447..4fa3ccf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+Version 3.8.3 released XXXX-XX-XX
+
+* Fix warnings flagged by -3
+ https://github.com/simplejson/simplejson/pull/146
+* Update readthedocs documentation links
+ https://github.com/simplejson/simplejson/pull/137
+* Add build status badge to README
+ https://github.com/simplejson/simplejson/pull/134
+
Version 3.8.2 released 2016-02-14
* Fix implicit cast compiler warning in _speedups.c