aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJean-Francois Turcot <jfturcot@calypsoconcept.com>2011-12-08 04:03:55 -0500
committerJean-Francois Turcot <jfturcot@calypsoconcept.com>2011-12-08 04:03:55 -0500
commit677f968b771c837ae9bf4d9117372717e1bb6c11 (patch)
tree25c404cbd287bd16e626e1a9059100e55e458411 /actionpack/CHANGELOG.md
parentd5526218e43072a3b9b4a55568f4b29b3a2c0445 (diff)
downloadrails-677f968b771c837ae9bf4d9117372717e1bb6c11.tar.gz
rails-677f968b771c837ae9bf4d9117372717e1bb6c11.tar.bz2
rails-677f968b771c837ae9bf4d9117372717e1bb6c11.zip
Add information to the changelog about the changes to ActionController::ParamsWrapper
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 8844d6e6f6..473115dc6d 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -106,6 +106,11 @@
persistent between requests so if you need to manipulate the environment
for your test you need to do it before the cookie jar is created.
+* ActionController::ParamsWrapper on ActiveRecord models now only wrap
+ attr_accessible attributes if they were set, if not, only the attributes
+ returned by the class method attribute_names will be wrapped. This fixes
+ the wrapping of nested attributes by adding them to attr_accessible.
+
## Rails 3.1.4 (unreleased) ##
* Allow to use asset_path on named_routes aliasing RailsHelper's