aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 22:02:10 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 22:02:10 -0500
commit532b11690fa2c4fd2c127ddc7df246c4469ebbc4 (patch)
treed6899fd71cda5b172cc588fd358ca76c08de11ae /activemodel/CHANGELOG
parent0422314b29e6b59362eb1111c983740784428b73 (diff)
downloadrails-532b11690fa2c4fd2c127ddc7df246c4469ebbc4.tar.gz
rails-532b11690fa2c4fd2c127ddc7df246c4469ebbc4.tar.bz2
rails-532b11690fa2c4fd2c127ddc7df246c4469ebbc4.zip
Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH]
Diffstat (limited to 'activemodel/CHANGELOG')
-rw-r--r--activemodel/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG
index 26500568ee..7489c0daa5 100644
--- a/activemodel/CHANGELOG
+++ b/activemodel/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH]
+
* Add validates_format_of :without => /regexp/ option. #430 [Elliot Winkler, Peer Allan]
Example :