summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-02-11 17:28:21 +0100
committerFlorian Frank <flori@ping.de>2012-02-11 20:44:36 +0100
commitdad9fbfbfbfcfe743563348f2c17aedecfabe803 (patch)
treee599ec933cdb88131ba8feb9ca8fb358215fbb77 /CHANGES
parent5dcf0f9ecd09888245f3d0a64967989ed7a1e775 (diff)
downloadjson-dad9fbfbfbfcfe743563348f2c17aedecfabe803.tar.gz
Clean up code a bit
This should fix #117
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c0a61a1..d0845de 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2012-02-11 (1.6.6)
+ * Propagate src encoding to values made from it (fixes 1.9 mode converting
+ everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
+ <tom.enebo@gmail.com>)
2012-01-15 (1.6.5)
* Vit Ondruch <v.ondruch@tiscali.cz> reported a bug that shows up when using
optimisation under GCC 4.7. Thx to him, Bohuslav Kabrda