Skip to content

Commit

Permalink
updating CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Chupp committed May 20, 2009
1 parent bc929ad commit 899b99f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,5 +1,12 @@
This will only document major changes. Please see the commit log for minor changes.

-2009-05-19
* added support for specifying relationships to restore via instance_model.restore(:include => [:parent_1, :child_1, :child_2]), etc.
* method_missing is no longer overridden on instances provided you declare your custom method_missing *before* specifying the model is_paranoid

-2009-05-12
* added support for parent_with_destroyed methods

-2009-04-27
* restoring models now cascades to child dependent => destroy models via Matt Todd

Expand Down

0 comments on commit 899b99f

Please sign in to comment.