summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-03-16 14:31:24 +0000
committerBob Ippolito <bob@redivi.com>2010-03-16 14:31:24 +0000
commitb18194959fc76618cec3ea28814b73b7fab58ea0 (patch)
tree30936f5573c89a76f4e8a0a9c13f1bd4fb34ade7
parent4fa79de1310f097b55905f5c643031f2db264cdd (diff)
downloadsimplejson-b18194959fc76618cec3ea28814b73b7fab58ea0.tar.gz
hopefully fix compilation on windows http://code.google.com/p/simplejson/issues/detail?id=74
git-svn-id: http://simplejson.googlecode.com/svn/trunk@229 a4795897-2c25-0410-b006-0d3caba88fa1
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e9a1317..29d848e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
Version 2.1.1 released 2010-03-11
+* Fix compilation on Windows platform (and other platforms with very
+ picky compilers)
* Corrected simplejson.__version__ and other minor doc changes.
* Do not fail speedups tests if speedups could not be built.
http://code.google.com/p/simplejson/issues/detail?id=73