aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-02-06 20:15:04 -0300
committerGitHub <noreply@github.com>2017-02-06 20:15:04 -0300
commitaff5e52484da7b4c2bc26552eb02222513d3976b (patch)
tree985399e066cb97359841610267db70f92c15a3ec /activemodel/CHANGELOG.md
parente3afc83631ebe2dbb3c4368756577bdd92ea1d62 (diff)
parent4f8d86c822b5ceebbd1616f3329fbdf40d3f8431 (diff)
downloadrails-aff5e52484da7b4c2bc26552eb02222513d3976b.tar.gz
rails-aff5e52484da7b4c2bc26552eb02222513d3976b.tar.bz2
rails-aff5e52484da7b4c2bc26552eb02222513d3976b.zip
Merge pull request #27928 from y-yagi/remove_activemodel_testcase_from_lib
Remove `ActiveModel::TestCase` from lib
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 853a1e7d9d..41051b1315 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove unused `ActiveModel::TestCase` class.
+
+ *Yuji Yaginuma*
+
* Moved DecimalWithoutScale, Text, and UnsignedInteger from Active Model to Active Record
*Iain Beeston*