diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-11-08 14:35:42 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-11-08 14:35:56 -0200 |
commit | cae0879ccae93d0feb603b33d05adae70b1c7260 (patch) | |
tree | 41bcec227d987b89a41949cec20702f04e936e3e /activerecord | |
parent | 2a6f208ee15479fb1b9beabccf548a9ffb27d589 (diff) | |
download | rails-cae0879ccae93d0feb603b33d05adae70b1c7260.tar.gz rails-cae0879ccae93d0feb603b33d05adae70b1c7260.tar.bz2 rails-cae0879ccae93d0feb603b33d05adae70b1c7260.zip |
Fix the release in the CHANGELOG [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ed14d1f6e6..a1a2977520 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) +## Rails 3.2.10 (unreleased) * Fix issue that raises `NameError` when overriding the `accepts_nested_attributes` in child classes. @@ -26,6 +26,9 @@ *Gabriel Sobrinho, Ricardo Henrique* + +## Rails 3.2.9 (unreleased) + * Fix issue with collection associations calling first(n)/last(n) and attempting to set the inverse association when `:inverse_of` was used. Fixes #8087. |