summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-02-21 09:38:52 -0800
committerBob Ippolito <bob@redivi.com>2013-02-21 09:38:52 -0800
commit44d7709a31f3a19f3d465411585ebb7be7fa2295 (patch)
treef022936eae4d165edd7e0766d62d20225bd3e521 /CHANGES.txt
parent7b96b85710439cdc7dac16a4655bf407bfad77d7 (diff)
downloadsimplejson-44d7709a31f3a19f3d465411585ebb7be7fa2295.tar.gz
fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)v3.0.9
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c915fe3..f26da7d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+Version 3.0.9 released 2013-02-21
+
+* Fix an off-by-one error in the colno property of JSONDecodeError
+ (when lineno == 1)
+ http://bugs.python.org/issue17225
+
Version 3.0.8 released 2013-02-19
* Fix a Python 2.x compiler warning for narrow unicode builds