diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-08-15 12:47:20 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-08-15 12:47:20 -0300 |
commit | dd64f0a0102f54ac4c7974035681099bec999e89 (patch) | |
tree | 561814a53076b3265bb4b2e1b4967f6918364d2e /activerecord | |
parent | cf232e37adc8cdf570a04415ba4c51a73dd06463 (diff) | |
download | rails-dd64f0a0102f54ac4c7974035681099bec999e89.tar.gz rails-dd64f0a0102f54ac4c7974035681099bec999e89.tar.bz2 rails-dd64f0a0102f54ac4c7974035681099bec999e89.zip |
Move changelog entry to the top [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 2189340b47..80a1d2d5f0 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Raise `ArgumentError` if list of attributes to change is empty in `update_all`. + + *Roman Shatsov* + * Fix AR#create to return an unsaved record when AR::RecordInvalid is raised. Fixes #3217. @@ -586,11 +590,6 @@ * PostgreSQL hstore types are automatically deserialized from the database. -* Raise `ArgumentError` if list of attributes to change is empty in `update_all`. - - *Roman Shatsov* - - ## Rails 3.2.8 (Aug 9, 2012) ## * Do not consider the numeric attribute as changed if the old value is zero and the new value |