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 1958a7ef4e..05743e9f4f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *1.12.1* +* Always parenthesize :conditions options so they may be safely combined with STI and constraints. + * Correct PostgreSQL primary key sequence detection. #2507 [tmornini@infomania.com] * Added support for using limits in eager loads that involve has_many and has_and_belongs_to_many associations |