From cae0879ccae93d0feb603b33d05adae70b1c7260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 8 Nov 2012 14:35:42 -0200 Subject: Fix the release in the CHANGELOG [ci skip] --- activerecord/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'activerecord') 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. -- cgit v1.2.3