# HG changeset patch
# User Bob Ippolito <bob@redivi.com>
# Date 1261901967 0
#      Sun Dec 27 08:19:27 2009 +0000
# Node ID 44532ffa8ed757538a041beb6bde2c730f094cd3
# Parent  9c311d8d1da4a4657281893ef19f96a81ea9e844
update CHANGES

git-svn-id: http://simplejson.googlecode.com/svn/trunk@198 a4795897-2c25-0410-b006-0d3caba88fa1

diff --git a/CHANGES.txt b/CHANGES.txt
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
 Version 2.1.0 released XXXX-XX-XX
 
+* 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
 * indent encoding parameter changed to be a string rather than an integer
   (integer use still supported for backwards compatibility)
   http://code.google.com/p/simplejson/issues/detail?id=56