summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-04-08 02:11:12 +0200
committerFlorian Frank <flori@ping.de>2010-04-08 02:33:07 +0200
commita294a83f4d22901651d09c06063eb20d3b2290b8 (patch)
treec9aeca3882c63a5891c7e5b3b89814189a2a752a /CHANGES
parent3db50701a4a71e49709c63483d2ba4b5a408373b (diff)
downloadjson-a294a83f4d22901651d09c06063eb20d3b2290b8.tar.gz
Trigger const_missing mechanism for Rails
In order to allow Rails' dynamic class loading to work, the const_missing callback must be called.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1db68cc..7f6a557 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2010-04-07 (1.2.4)
+ * Triger const_missing callback to make Rails' dynamic class loading work.
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.