diff options
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 69387cd77c..c7775870a9 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 3.2.9 (unreleased) +* Remove unnecessary transaction when assigning has_one associations with a nil or equal value. + Fix #7191. + + *kennyj* + * Allow store to work with an empty column. Fix #4840. |