aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2012-11-12 16:07:36 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-12-23 10:59:19 -0800
commitacc2aa4c60ea8ebbe8c1a8db17ff52493943867c (patch)
tree1174ecbd596f852e718af1509e906c8766f9d597 /activerecord
parentb33cf74a4917c6ac5229ba8d6296d33d0b3437bd (diff)
downloadrails-acc2aa4c60ea8ebbe8c1a8db17ff52493943867c.tar.gz
rails-acc2aa4c60ea8ebbe8c1a8db17ff52493943867c.tar.bz2
rails-acc2aa4c60ea8ebbe8c1a8db17ff52493943867c.zip
Add release date of Rails 3.2.9 to documentation
Conflicts: actionpack/CHANGELOG.md activerecord/CHANGELOG.md activesupport/CHANGELOG.md
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3e071cfa01..5757b48f99 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.9 (unreleased)
+## Rails 3.2.9 (Nov 12, 2012) ##
* Fix issue with collection associations calling first(n)/last(n) and attempting
to set the inverse association when `:inverse_of` was used. Fixes #8087.