summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb67705..d7347db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
2009-10-01 (1.2.0)
* fast_generate now raises an exeception for nan and infinite floats.
+ * On Ruby 1.8 json supports parsing of UTF-8, UTF-16BE, UTF-16LE, UTF-32BE,
+ and UTF-32LE JSON documents now. Under Ruby 1.9 the M17n conversion
+ functions are used to convert from all supported encodings. ASCII-8BIT
+ encoded strings are handled like all strings under Ruby 1.8 were.
+ * Better documentation
2009-08-23 (1.1.9)
* Added forgotten main doc file extra_rdoc_files.
2009-08-23 (1.1.8)