aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2015-05-05 11:11:35 -0700
committerZachary Scott <e@zzak.io>2015-08-07 11:01:48 -0400
commitf7ebdb1ac51f26cff76e5642a75717df1b446746 (patch)
treefd74ad436d91879ac71745dda5c1e5f279de9581 /activerecord/CHANGELOG.md
parent9b7ecf0d6d284825a2e1ce57c0074b8f945a791f (diff)
downloadrails-f7ebdb1ac51f26cff76e5642a75717df1b446746.tar.gz
rails-f7ebdb1ac51f26cff76e5642a75717df1b446746.tar.bz2
rails-f7ebdb1ac51f26cff76e5642a75717df1b446746.zip
Remove XML Serialization from core.
This includes the following classes: - ActiveModel::Serializers::Xml - ActiveRecord::Serialization::XmlSerializer
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 56aba1c483..c1ea8a3252 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -345,6 +345,10 @@
*Ryuta Kamizono*
+* Remove `ActiveRecord::Serialization::XmlSerializer` from core.
+
+ *Zachary Scott*
+
* Make `unscope` aware of "less than" and "greater than" conditions.
*TAKAHASHI Kazuaki*