From 7d9e710f052ac68ea9484f69c602290ff6eab93b Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Fri, 6 Aug 2010 11:42:30 -0700 Subject: [PATCH] updating changelog --- CHANGELOG.rdoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6c5842e..a3260a7 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,16 @@ +* Adding :find_by option to load_resource - see issue #19 + +* Adding :singular option to load_resource - see issue #93 + +* Supporting multiple resources in :through option for polymorphic +associations - see issue #73 + +* Supporting Single Table Inheritance for "can" comparisons - see issue #55 + +* Adding :instance_name option to load/authorize_resource - see issue #44 + +* Don't pass nil to "new" to keep MongoMapper happy - see issue #63 + * Parent resources are now authorized with :read action. * Changing :resource option in load/authorize_resource back to :class with ability to pass false