aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-12-23 12:07:15 +0100
committerYves Senn <yves.senn@gmail.com>2014-12-23 12:07:15 +0100
commitad783136d747f73329350b9bb5a5e17c8f8800da (patch)
tree72e17c0b5397ecae1ed181b30c00d9d0f6edba52 /activerecord/CHANGELOG.md
parent05870703913291f8e0b5410110f556f7f945de0d (diff)
downloadrails-ad783136d747f73329350b9bb5a5e17c8f8800da.tar.gz
rails-ad783136d747f73329350b9bb5a5e17c8f8800da.tar.bz2
rails-ad783136d747f73329350b9bb5a5e17c8f8800da.zip
Replace deprecated `#load_schema` with `#load_schema_for`.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f56bfb18c8..8878ba908d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Replace deprecated `ActiveRecord::Tasks::DatabaseTasks#load_schema` with
+ `ActiveRecord::Tasks::DatabaseTasks#load_schema_for`.
+
+ *Yves Senn*
+
* Fixes bug with 'ActiveRecord::Type::Numeric' that causes negative values to
be marked as having changed when set to the same negative value.