summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-11-25 02:19:07 +0100
committerFlorian Frank <flori@ping.de>2009-11-25 02:19:07 +0100
commit5f420debe6291197e97965b859c4a51f587c0144 (patch)
tree75249c550346bd071ff10a6aa27d7b3b2f965e91 /CHANGES
parent31132c364e92eb887f7d1c4178f71930a8e35c5d (diff)
downloadjson-5f420debe6291197e97965b859c4a51f587c0144.tar.gz
implemented symbolize_names feature, #8
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7347db..e974ba9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2009-11-25 (1.2.1)
+ * added :symbolize_names option to Parser, which returns symbols instead of
+ strings in object names/keys.
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,