aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-10 10:54:00 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-10 10:54:10 -0800
commitf82e244a8011bcfa829f1fb77602c2f6eb28546a (patch)
treef2634df2c07aac0146336ae40cb67b13972b3643 /activerecord/CHANGELOG.md
parent0e6410737539ae8d2417ce7dc0eb794eb87af064 (diff)
downloadrails-f82e244a8011bcfa829f1fb77602c2f6eb28546a.tar.gz
rails-f82e244a8011bcfa829f1fb77602c2f6eb28546a.tar.bz2
rails-f82e244a8011bcfa829f1fb77602c2f6eb28546a.zip
dropping support for `schema_info`.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c4feabfb5f..9c9314ec20 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,8 @@
## Rails 4.0.0 (unreleased) ##
+* Support for the `schema_info` table has been dropped. Please
+ switch to `schema_migrations`.
+
* Connections *must* be closed at the end of a thread. If not, your
connection pool can fill and an exception will be raised.