aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG
diff options
context:
space:
mode:
authorGrant Hutchins <nertzy@gmail.com>2011-07-28 13:38:28 -0300
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:23 -0700
commitc4cf9073a15c7185ee7da345c41e341009a7a690 (patch)
tree71d37560d01b58b3d014a69c822bfaac806dc1d9 /activemodel/CHANGELOG
parentb50dfce6018bb5d380a6faa18d93cec41cf458ca (diff)
downloadrails-c4cf9073a15c7185ee7da345c41e341009a7a690.tar.gz
rails-c4cf9073a15c7185ee7da345c41e341009a7a690.tar.bz2
rails-c4cf9073a15c7185ee7da345c41e341009a7a690.zip
Give attribution to Peter Jaros for the patch we paired on.
Diffstat (limited to 'activemodel/CHANGELOG')
-rw-r--r--activemodel/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG
index 81386667c2..597f5ab395 100644
--- a/activemodel/CHANGELOG
+++ b/activemodel/CHANGELOG
@@ -1,4 +1,4 @@
-* Deprecate "Model.model_name.partial_path" in favor of "model.to_path" [Grant Hutchins]
+* Deprecate "Model.model_name.partial_path" in favor of "model.to_path" [Grant Hutchins, Peter Jaros]
* Provide mass_assignment_sanitizer as an easy API to replace the sanitizer behavior. Also support both :logger (default) and :strict sanitizer behavior [Bogdan Gusiev]