update changelog

This commit is contained in:
Scott Barron 2008-02-27 16:31:40 -05:00
parent 05249c09a3
commit bb5f7e00a4
1 changed files with 6 additions and 0 deletions

View File

@ -1 +1,7 @@
* Ensure that a state is written for a new record even if aasm_current_state or
{state}= are never called.
* Fix AR persistence so new records have their state set. [Joao Paulo Lins]
* Make #event! methods return a boolean [Joel Chippindale]