aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-02-26 19:49:04 +0000
committerGitHub <noreply@github.com>2017-02-26 19:49:04 +0000
commit7888f4fae0b0d0b63fde1645feb61c588bb4c010 (patch)
tree38e24d62e4c48fbcd76abe52a7f06fdf95c56eae /activerecord/CHANGELOG.md
parentc462ada9e91c85d8d6a2f527893cee5f1cb547cb (diff)
parent322a4a13107b66814d3d5f802c7f63bbc6dd8f93 (diff)
downloadrails-7888f4fae0b0d0b63fde1645feb61c588bb4c010.tar.gz
rails-7888f4fae0b0d0b63fde1645feb61c588bb4c010.tar.bz2
rails-7888f4fae0b0d0b63fde1645feb61c588bb4c010.zip
Merge pull request #28172 from kamipo/deprecate_supports_migrations
Deprecate `supports_migrations?` on connection adapters
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e4f6a44d81..e74a5775b5 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `supports_migrations?` on connection adapters.
+
+ *Ryuta Kamizono*
+
* Fix regression of #1969 with SELECT aliases in HAVING clause.
*Eugene Kenny*