aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-11-06 16:40:51 +0100
committerYves Senn <yves.senn@gmail.com>2014-12-02 13:36:46 +0100
commit9e4ed2f996d8dd7eaac0399f4efb5ce58aa593f8 (patch)
treea680f1fe3e9498056ea401860ad103ec3ec8c99d /activerecord/CHANGELOG.md
parent780269c7326572e1f7cfa2f1a3e911de292dc373 (diff)
downloadrails-9e4ed2f996d8dd7eaac0399f4efb5ce58aa593f8.tar.gz
rails-9e4ed2f996d8dd7eaac0399f4efb5ce58aa593f8.tar.bz2
rails-9e4ed2f996d8dd7eaac0399f4efb5ce58aa593f8.zip
no need to pass native_database_types around
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 38c5583708..e43fa2b4cc 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1 +1,8 @@
+* `ActiveRecord::ConnectionAdapters::ColumnDumper#column_spec` and
+ `ActiveRecord::ConnectionAdapters::ColumnDumper#prepare_column_options` no
+ longer have a `types` argument. They should access
+ `connection#native_database_types` directly.
+
+ *Yves Senn*
+
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md) for previous changes.