diff options
author | José Valim <jose.valim@gmail.com> | 2011-07-28 10:05:17 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-07-28 10:05:17 +0200 |
commit | 30dae273c85a988a39d9b1dec701c0a48267cd5e (patch) | |
tree | 3223ffac96987c5883ca5e094e11d98d954e4a64 /activemodel/CHANGELOG | |
parent | d5eeacc95f116d438210469b6be573913f562b08 (diff) | |
download | rails-30dae273c85a988a39d9b1dec701c0a48267cd5e.tar.gz rails-30dae273c85a988a39d9b1dec701c0a48267cd5e.tar.bz2 rails-30dae273c85a988a39d9b1dec701c0a48267cd5e.zip |
Update CHANGELOG.
Diffstat (limited to 'activemodel/CHANGELOG')
-rw-r--r-- | activemodel/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index c38349b95e..81386667c2 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,3 +1,5 @@ +* Deprecate "Model.model_name.partial_path" in favor of "model.to_path" [Grant Hutchins] + * Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior [Bogdan Gusiev] *Rails 3.1.0 (unreleased)* |