summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-07-19 04:20:43 +0000
committerBob Ippolito <bob@redivi.com>2010-07-19 04:20:43 +0000
commit5075072f866a4ef098cc9ce4dd7f879fc040edcd (patch)
tree05a1ed00ad89ea660d4fbda1e9dd39481f7dd7aa /CHANGES.txt
parentc90a0623978ac5eb6c10b5d49f4c05774c245092 (diff)
downloadsimplejson-5075072f866a4ef098cc9ce4dd7f879fc040edcd.tar.gz
http://code.google.com/p/simplejson/issues/detail?id=82
git-svn-id: http://simplejson.googlecode.com/svn/trunk@233 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f86af13..31debb9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
Version 2.1.2 released XXXX-XX-XX
+* Correctly raise TypeError when non-string keys are used with speedups
+ http://code.google.com/p/simplejson/issues/detail?id=82
* Fix the endlineno, endcolno attributes of the JSONDecodeError exception.
http://code.google.com/p/simplejson/issues/detail?id=81