aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-02-20 01:25:28 -0800
committerJosé Valim <jose.valim@plataformatec.com.br>2012-02-20 01:25:28 -0800
commite1c381603d277bc4d6cb430d53a5f1d1aca377e7 (patch)
tree11b93900af2583008180799f50e141703af83e78 /activemodel/CHANGELOG.md
parent1ef12fd1727909f7a33fd7f2d750d48d7f9b47e9 (diff)
parent534dc4ca1a730bff3fc9fe116bec25172c7c8afc (diff)
downloadrails-e1c381603d277bc4d6cb430d53a5f1d1aca377e7.tar.gz
rails-e1c381603d277bc4d6cb430d53a5f1d1aca377e7.tar.bz2
rails-e1c381603d277bc4d6cb430d53a5f1d1aca377e7.zip
Merge pull request #5075 from bogdan/json_full_messages
AM::Errors: allow :full_messages parameter for #to_json
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 258c3681f6..e4779c90d8 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,5 @@
+* `AM::Errors#to_json`: support `:full_messages` parameter *Bogdan Gusiev*
+
* Trim down Active Model API by removing `valid?` and `errors.full_messages` *José Valim*
## Rails 3.2.0 (January 20, 2012) ##