summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-03-26 17:03:11 +0200
committerFlorian Frank <flori@ping.de>2012-03-26 17:03:11 +0200
commiteecce2277ed0c720077da789088bd7383b929069 (patch)
treeb22fde47229cc2fb16d1f1034462c52b390cc437
parent7469252df60276a090ada1116eb3b2cc5fdcdac9 (diff)
downloadjson-eecce2277ed0c720077da789088bd7383b929069.tar.gz
change the CHANGESv1.6.6
-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