summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-03-26 17:03:11 +0200
committerFlorian Frank <flori@ping.de>2012-04-27 20:23:53 +0200
commit0f0f08aa6efd770596d28e321dbca01a4738bb17 (patch)
tree7bee0d938d9172dd88fea8ce4630a4c1da72b93a
parentfc740f59c0ebd3fb2d71fa98a57dce6002c16af0 (diff)
downloadjson-0f0f08aa6efd770596d28e321dbca01a4738bb17.tar.gz
change the CHANGES
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d0845de..c057af3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,10 @@
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>)
+ <tom.enebo@gmail.com>), should fix
+ https://github.com/flori/json/issues#issue/119.
+ * Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
+ * Fix https://github.com/flori/json/issues#issue/117
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