CHANGELOG in inherited_resources-0.9.5 vs CHANGELOG in inherited_resources-1.0.pre
- old
+ new
@@ -1,8 +1,13 @@
-# Version 0.9.4
+* responders was removed from InheritedResources core and is a dependency. To install it, please do:
-* DEPRECATION: Use :success and :failure as flash messages instead :notice and :error
+ sudo gem install responders
+* has_scope was removed from InheritedResources core and is now available as a standalone gem.
+ To install it, please do:
+
+ sudo gem install has_scope
+
# Version 0.9
* Allow dual blocks in destroy;
* Added :if and :unless to has_scope (thanks to Jack Danger);
* Added create_resource, update_resource and delete_resource hooks (thanks to Carlos Antonio da Silva);