aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-14 22:39:47 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2019-01-17 16:08:33 -0500
commit400ba786e1d154448235f5f90183e48a1043eece (patch)
tree8404a70d48de0b2136a8974299b2b32fe52098e4 /activerecord/CHANGELOG.md
parent45b4d5f81f0c0ca72c18d0dea4a3a7b2ecc589bf (diff)
downloadrails-400ba786e1d154448235f5f90183e48a1043eece.tar.gz
rails-400ba786e1d154448235f5f90183e48a1043eece.tar.bz2
rails-400ba786e1d154448235f5f90183e48a1043eece.zip
Remove deprecated `#insert_fixtures` from the database 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 72920a590c..b73f2cd046 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated `#insert_fixtures` from the database adapters.
+
+ *Rafael Mendonça França*
+
* Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alter_table_type?`.
*Rafael Mendonça França*