diff options
author | Florian Frank <flori@ping.de> | 2009-10-15 21:02:49 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2009-10-16 21:51:09 +0200 |
commit | 03b157516fa22ac135496a3831963f8305f7a0bb (patch) | |
tree | cd16481453ac694256e8177caf0f7b9047670aa0 /CHANGES | |
parent | d9f9557594840b0381007d2dad769d473adc59f3 (diff) | |
download | json-03b157516fa22ac135496a3831963f8305f7a0bb.tar.gz |
implemented utf sniffing, transcoding in parser
improved documentation
added to changes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |