aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2012-10-19 16:45:41 +0100
committerJon Leighton <j@jonathanleighton.com>2012-10-19 16:45:41 +0100
commit7efb1feaa37875879fc76c4a31d4164157a283f4 (patch)
tree038738800c33dd25793f881863644f7dd627f61f /activerecord/CHANGELOG.md
parent0096f53b25e68c3fc79429253f816fff4a4ee596 (diff)
downloadrails-7efb1feaa37875879fc76c4a31d4164157a283f4.tar.gz
rails-7efb1feaa37875879fc76c4a31d4164157a283f4.tar.bz2
rails-7efb1feaa37875879fc76c4a31d4164157a283f4.zip
Rename the partial_updates config to partial_writes
This reflects the fact that it now impact inserts as well as updates.
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 ed5d0eebdf..ffd19a5334 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -112,6 +112,10 @@
app processes (so long as the code in those processes doesn't
contain any references to the removed column).
+ The `partial_updates` configuration option is now renamed to
+ `partial_writes` to reflect the fact that it now impacts both inserts
+ and updates.
+
*Jon Leighton*
* Allow before and after validations to take an array of lifecycle events