summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2009-12-27 10:04:08 +0000
committerBob Ippolito <bob@redivi.com>2009-12-27 10:04:08 +0000
commitc5042a153f03c3de52d47dc9286dfe9ea4ec7360 (patch)
treeb692eb95bdad217afbab577dea8cc35b175ada32 /CHANGES.txt
parent6cccfee9f5afcaeac7e172d7d2e27a72dd47964b (diff)
downloadsimplejson-c5042a153f03c3de52d47dc9286dfe9ea4ec7360.tar.gz
encoding memoization
git-svn-id: http://simplejson.googlecode.com/svn/trunk@201 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ca9b723..5d6639c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
Version 2.1.0 released XXXX-XX-XX
+* Memoization of object keys during encoding (when using speedups)
+* Encoder changed to use PyIter_Next for list iteration to avoid
+ potential threading issues
* Encoder changed to use iteritems rather than PyDict_Next in order to
support dict subclasses that have a well defined ordering
http://bugs.python.org/issue6105