summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-02-14 12:30:55 -0800
committerBob Ippolito <bob@redivi.com>2016-02-15 09:51:34 -0800
commit8aaf1ca7d6cda799997815591c1c82e70c51a633 (patch)
treec0a3471da60ae560dc1f43f0ffabfdbbff6b40e0 /CHANGES.txt
parent60227944e9879362f9a4e09dfaae605273cdfc8c (diff)
downloadsimplejson-8aaf1ca7d6cda799997815591c1c82e70c51a633.tar.gz
v3.8.2 - fix compiler warning, automated wheel builds for Windows and Macv3.8.2wheels
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index af8e566..e657176 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,12 @@
+Version 3.8.2 released 2016-02-14
+
+* Fix implicit cast compiler warning in _speedups.c
+* simplejson is now available as wheels for OS X and Windows thanks to Travis-CI
+ and AppVeyor respectively! Many thanks to @aebrahim for getting this party
+ started.
+ https://github.com/simplejson/simplejson/pull/130
+ https://github.com/simplejson/simplejson/issues/122
+
Version 3.8.1 released 2015-10-27
* Fix issue with iterable_as_array and indent option