diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 59b757eca9..38547843db 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Update association/method mapping table to refected latest collection methods for has_many :through. Closes #8772 [lifofifo] + * Explain semantics of having several different AR instances in a transaction block. Closes #9036 [jacobat, Marcel Molina] * Update Schema documentation to use updated sexy migration notation. Closes #10086 [sjgman9] |