diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 712c98cb6a50a65fd98081a3a5447dd80b77a66e..0ad70cd2d71239df2db26c18c078e953429b846f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Correct reflected table name for singular associations. #1688 [court3nay@gmail.com] + * Fixed optimistic locking with SQL Server #1660 [tom@popdog.net] * Added ActiveRecord::Migrator.migrate that can figure out whether to go up or down based on the target version and the current