diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d1f3f4c7c7..df62f3fbf7 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,7 +1,6 @@ *Edge* -* PostgreSQL: support :conditions => [':foo::integer', { :foo => 1 }] without -treating the ::integer typecast as a bind variable. [Tarmo Tänav] +* PostgreSQL: support :conditions => [':foo::integer', { :foo => 1 }] without treating the ::integer typecast as a bind variable. [Tarmo Tänav] * MySQL: rename_column preserves column defaults. #466 [Diego Algorta]