aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-06 18:06:09 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-02-07 07:46:52 +0900
commit4f8d86c822b5ceebbd1616f3329fbdf40d3f8431 (patch)
treea81a698b892edcdad803b2c8a8373d42b3d2714d /activemodel/CHANGELOG.md
parentb9ae7481fd5653fc6430148f06e0fca27317829e (diff)
downloadrails-4f8d86c822b5ceebbd1616f3329fbdf40d3f8431.tar.gz
rails-4f8d86c822b5ceebbd1616f3329fbdf40d3f8431.tar.bz2
rails-4f8d86c822b5ceebbd1616f3329fbdf40d3f8431.zip
Remove `ActiveModel::TestCase` from lib
`ActiveModel::TestCase` is used only for the test of Active Model. Also, it is a private API and can not be used in applications. Therefore, it is not necessary to include it in 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*