diff options
author | Florian Frank <flori@ping.de> | 2012-02-11 17:28:21 +0100 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2012-02-11 20:44:36 +0100 |
commit | dad9fbfbfbfcfe743563348f2c17aedecfabe803 (patch) | |
tree | e599ec933cdb88131ba8feb9ca8fb358215fbb77 /CHANGES | |
parent | 5dcf0f9ecd09888245f3d0a64967989ed7a1e775 (diff) | |
download | json-dad9fbfbfbfcfe743563348f2c17aedecfabe803.tar.gz |
Clean up code a bit
This should fix #117
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |