summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-02-27 20:42:42 +0100
committerFlorian Frank <flori@ping.de>2010-02-27 20:42:42 +0100
commit98a6817eec97852895208513311dc5d5af1c9c05 (patch)
tree716d4005dbdb16f05b1dbb9b743a691f10f5e53f /CHANGES
parent77de417b6c27884d220540e93c1aae4263da0b06 (diff)
downloadjson-98a6817eec97852895208513311dc5d5af1c9c05.tar.gz
Compatibility to Rubiniusv1.2.2
Bumped the version number to 1.2.2 and fixed some tests, too.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e974ba9..28715f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
+2010-02-27 (1.2.2)
+ * Made some changes to make the building of the parser/generator compatible
+ to Rubinius.
2009-11-25 (1.2.1)
- * added :symbolize_names option to Parser, which returns symbols instead of
+ * 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.