CHANGELOG in inherited_resources-0.9.4 vs CHANGELOG in inherited_resources-0.9.5
- old
+ new
@@ -1,10 +1,7 @@
# Version 0.9.4
-* Since InheritedResouces 0.9.4, :notice and :error in I18n messages are deprecated in
-favor of :success and :failure. If you try to access them, a deprecation message is shown.
-If you want to skip the message, because you are sure you *won't* access such keys,
-just set DO_NOT_SET_NOTICE_MESSAGE to true somewhere in your app.
+* DEPRECATION: Use :success and :failure as flash messages instead :notice and :error
# Version 0.9
* Allow dual blocks in destroy;
* Added :if and :unless to has_scope (thanks to Jack Danger);