Missed changelog update for #501

This commit is contained in:
Jeremy Kemper 2008-08-28 12:32:38 -07:00
parent 9cc8c0a0a1
commit 082c377954

@ -1,5 +1,7 @@
*Edge* *Edge*
* Merge scoped :joins together instead of overwriting them. May expose scoping bugs in your code! #501 [Andrew White]
* before_save, before_validation and before_destroy callbacks that return false will now ROLLBACK the transaction. Previously this would have been committed before the processing was aborted. #891 [Xavier Noria] * before_save, before_validation and before_destroy callbacks that return false will now ROLLBACK the transaction. Previously this would have been committed before the processing was aborted. #891 [Xavier Noria]
* Transactional migrations for databases which support them. #834 [divoxx, Adam Wiggins, Tarmo Tänav] * Transactional migrations for databases which support them. #834 [divoxx, Adam Wiggins, Tarmo Tänav]