adding a couple things to the changelog

This commit is contained in:
Ryan Bates 2010-10-05 12:00:50 -07:00
parent 18b45d5cfc
commit b0cec5251c
5 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,9 @@
1.4.0 (not yet released)
* Adding Gemfile; to get specs running just +bundle+ and +rake+ - see issue #163
* Stop at 'cannot' definition when there are no conditions - see issue #161
* The :through option will now call a method with that name if instance variable doesn't exist - see issue #146
* Adding :shallow option to load_resource to bring back old behavior of fetching a child without a parent