nix extra newline

This commit is contained in:
Jeremy Kemper
2008-06-22 16:22:23 -07:00
parent a73ac98123
commit 43cbcb10ae

View File

@@ -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]