aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-03-04 08:46:12 +0100
committerYves Senn <yves.senn@gmail.com>2015-03-04 08:46:12 +0100
commit1b356c2e7ad4eaf5ed16584501c586d1893b8eed (patch)
tree5f4af8b21efbd76141d2ec714b390cb8e7afc466 /activerecord/CHANGELOG.md
parent20bfbfe094ada6858832b73f1cc63bb070068fa6 (diff)
downloadrails-1b356c2e7ad4eaf5ed16584501c586d1893b8eed.tar.gz
rails-1b356c2e7ad4eaf5ed16584501c586d1893b8eed.tar.bz2
rails-1b356c2e7ad4eaf5ed16584501c586d1893b8eed.zip
add CHANGELOG entry for #19176. [ci skip]
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 b5dd19988d..824484e065 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix default `format` value in `ActiveRecord::Tasks::DatabaseTasks#schema_file`.
+
+ *James Cox*
+
* Dont enroll records in the transaction if they dont have commit callbacks.
That was causing a memory grow problem when creating a lot of records inside a transaction.