From 4f8d86c822b5ceebbd1616f3329fbdf40d3f8431 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Mon, 6 Feb 2017 18:06:09 +0900 Subject: 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. --- activemodel/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activemodel/CHANGELOG.md') 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* -- cgit v1.2.3