diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-03-04 08:46:12 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-03-04 08:46:12 +0100 |
commit | 1b356c2e7ad4eaf5ed16584501c586d1893b8eed (patch) | |
tree | 5f4af8b21efbd76141d2ec714b390cb8e7afc466 /activerecord | |
parent | 20bfbfe094ada6858832b73f1cc63bb070068fa6 (diff) | |
download | rails-1b356c2e7ad4eaf5ed16584501c586d1893b8eed.tar.gz rails-1b356c2e7ad4eaf5ed16584501c586d1893b8eed.tar.bz2 rails-1b356c2e7ad4eaf5ed16584501c586d1893b8eed.zip |
add CHANGELOG entry for #19176. [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
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. |