aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-02 18:51:13 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-02 18:51:13 -0300
commitf4dc7e3676a3a68d92772b5a466d54e430aa7b6a (patch)
tree7b1e4403729568e6911e9de800709a7fea48344c /activerecord
parent970c10cee5a4051739922f8b3ed1e5f73e0d4fe1 (diff)
downloadrails-f4dc7e3676a3a68d92772b5a466d54e430aa7b6a.tar.gz
rails-f4dc7e3676a3a68d92772b5a466d54e430aa7b6a.tar.bz2
rails-f4dc7e3676a3a68d92772b5a466d54e430aa7b6a.zip
Add release date of 3.2.10
Fix format and wrong changelog entry
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1d682e03bf..bd99ba7c09 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -174,19 +174,18 @@
*Gabriel Sobrinho, Ricardo Henrique*
-## Rails 3.2.9 (Nov 12, 2012) ##
-
-* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.
-
- *Alexis Bernard*
-
-## Rails 3.2.10 ##
+## Rails 3.2.10 (Jan 2, 2013) ##
* CVE-2012-5664 options hashes should only be extracted if there are extra
parameters
+
## Rails 3.2.9 (Nov 12, 2012) ##
+* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.
+
+ *Alexis Bernard*
+
* Fix issue with collection associations calling first(n)/last(n) and attempting
to set the inverse association when `:inverse_of` was used. Fixes #8087.