diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 7e0558c452..61f44f4105 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -44,7 +44,7 @@ *Rafael Mendonça França* -* `#tables` and `#table_exists?` and returns only tables and not views. +* `#tables` and `#table_exists?` return only tables and not views. All the deprecations on those methods were removed.