diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-16 10:01:01 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-16 10:01:01 -0700 |
commit | 538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2 (patch) | |
tree | fdd408aee29bd9e7a5c4ac3c36430e54c1d0e286 /activerecord | |
parent | 2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa (diff) | |
download | rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.tar.gz rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.tar.bz2 rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.zip |
updating changelogs
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
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. |