summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-03-13 21:11:58 +0100
committerFlorian Frank <flori@ping.de>2010-03-13 21:11:58 +0100
commitc3e8dd92f04b010366e4d7152c83c7486af93e1e (patch)
tree883b600b03e7a5788f50fe4f71b4fe9f88f7ef9f /CHANGES
parent92b013ce8e0a5c3caefd15f450409ed69aa539f2 (diff)
parent3db50701a4a71e49709c63483d2ba4b5a408373b (diff)
downloadjson-c3e8dd92f04b010366e4d7152c83c7486af93e1e.tar.gz
Merge commit 'v1.2.3'
Merged in some additional features from the v1.2 branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 28715f7..1db68cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2010-03-11 (1.2.3)
+ * Added a State#[] method which returns an attribute's value in order to
+ increase duck type compatibility to Hash.
2010-02-27 (1.2.2)
* Made some changes to make the building of the parser/generator compatible
to Rubinius.