aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-11-30 18:38:28 +0100
committerJosé Valim <jose.valim@gmail.com>2011-11-30 18:48:17 +0100
commit5b2eb64ceb08cd005dc06b721935de5853971473 (patch)
tree6af4ba143b6948c6c97d7fb0937397a425a2e17c /activemodel/CHANGELOG.md
parentbe99f0c7eb4734011b9ee435bb5ac4a0b916a065 (diff)
downloadrails-5b2eb64ceb08cd005dc06b721935de5853971473.tar.gz
rails-5b2eb64ceb08cd005dc06b721935de5853971473.tar.bz2
rails-5b2eb64ceb08cd005dc06b721935de5853971473.zip
Revert "Implement ArraySerializer and move old serialization API to a new namespace."
This reverts commit 8896b4fdc8a543157cdf4dfc378607ebf6c10ab0. Conflicts: activemodel/lib/active_model.rb activemodel/lib/active_model/serializable.rb activemodel/lib/active_model/serializer.rb activemodel/test/cases/serializer_test.rb
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 95b682a4d2..bd9ed996fe 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -5,14 +5,6 @@
*Jon Leighton*
-* Renamed (with a deprecation the following constants):
-
- ActiveModel::Serialization => ActiveModel::Serializable
- ActiveModel::Serializers::JSON => ActiveModel::Serializable::JSON
- ActiveModel::Serializers::Xml => ActiveModel::Serializable::XML
-
- *José Valim*
-
* Add ActiveModel::Errors#added? to check if a specific error has been added *Martin Svalin*
* Add ability to define strict validation(with :strict => true option) that always raises exception when fails *Bogdan Gusiev*