aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorCheah Chu Yeow <chuyeow@gmail.com>2008-05-11 13:50:19 +0800
committerPratik Naik <pratiknaik@gmail.com>2008-05-11 19:49:47 +0100
commit8f2f88f128104355b100487008800aeb369ca425 (patch)
tree9b2e568713d93b6519440bfce634cca4839f3fc9 /activesupport/CHANGELOG
parent10fdf44236ea9abfd327fc59d83670d4bcb3e0ca (diff)
downloadrails-8f2f88f128104355b100487008800aeb369ca425.tar.gz
rails-8f2f88f128104355b100487008800aeb369ca425.tar.bz2
rails-8f2f88f128104355b100487008800aeb369ca425.zip
Remove unused JSON methods. [#164 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index f72825731e..185aff9088 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Remove unused JSON::RESERVED_WORDS, JSON.valid_identifier? and JSON.reserved_word? methods. Resolves #164. [Cheah Chu Yeow]
+
* Adding Date.current, which returns Time.zone.today if config.time_zone is set; otherwise returns Date.today [Geoff Buesing]
* TimeWithZone: date part getter methods (#year #mon #day etc) are defined on class; no longer relying on method_missing [Geoff Buesing]