From 8b28e157074b640406d2f0d217e36fb59fc8bb12 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 1 Jul 2017 18:58:15 +0800 Subject: Fix a typo: verison -> version --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index ae8b7e3..81f07a4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -268,7 +268,7 @@ Version 3.0.0 released 2012-12-30 * Python 3.3 is now supported, thanks to Vinay Sajip https://github.com/simplejson/simplejson/issues/8 -* `sort_keys`/`item_sort_key` now sort on the stringified verison of the +* `sort_keys`/`item_sort_key` now sort on the stringified version of the key, rather than the original object. This ensures that the sort only compares string types and makes the behavior consistent between Python 2.x and Python 3.x. -- cgit v1.2.1