aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-16 10:01:01 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-16 10:01:01 -0700
commit538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2 (patch)
treefdd408aee29bd9e7a5c4ac3c36430e54c1d0e286 /activerecord
parent2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa (diff)
downloadrails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.tar.gz
rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.tar.bz2
rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.zip
updating changelogs
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 cf1f20c829..878e5eeebc 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-## unreleased ##
+## Rails 3.2.15 (Oct 16, 2013) ##
* When calling the method .find_or_initialize_by_* from a collection_proxy
it should set the inverse_of relation even when the entry was found on the db.