HISTORY.rdoc in fcrepo_admin-0.4.1 vs HISTORY.rdoc in fcrepo_admin-0.5.0
- old
+ new
@@ -1,8 +1,16 @@
+=== 0.5.0 (2013-05-17)
+
+* Feature: Configurable settings.
+* Context navigation menus refactored: customizations now done through helpers and configuration settings, not by overriding partials.
+* ActiveFedora::Base and ActiveFedora::Datastream classes extended by decorators.
+* Tests added.
+
==== 0.4.1 (2013-05-14)
-* Feature: Datastream history view
+* Feature: Datastream history view.
+* Feature: Support for asOfDateTime parameter added to datastream read views to display content and profile information for datastream versions.
=== 0.4.0 (2013-05-03)
* Feature: Display object's associations.
* Require inclusion of CanCan action aliases in application's Ability class.
@@ -14,10 +22,10 @@
==== 0.3.4 (2013-04-29)
* Moved FcrepoAdmin::BlacklightHelperBehavior to FcrepoAdmin::Helpers::BlacklightHelperBehavior.
* FcrepoAdmin::ObjectsHelper methods can now be easily overridden.
-* DatastreamsHelper module added.
+* FcrepoAdmin::DatastreamsHelper module added.
* Shared helper methods in new module FcrepoAdmin::Helpers::FcrepoAdminHelperBehavior.
* Objects and datastreams controller behaviors are now easily overrideable.
* Refactored object and datastream context navs for greater reusability.
==== 0.3.3 (2013-04-25)