X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8476871bb35e1878e3d77f7c53385c49e8312232;hb=e653a48785a1942da650254c8fba30706ca18333;hp=fe55791f5939bba6b574851881eb3fc878ebe00e;hpb=d0736579d1a4ee339b799fcf3344a2fe9e9b2092;p=catagits%2FReaction.git diff --git a/Changes b/Changes index fe55791..8476871 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,18 @@ Revision history for Reaction 0.002000 + - Update CheckUniques role to use around instead of overrides - Stop using ACCEPT_CONTEXT, use InstancePerContext instead - up the dependency version on Devel::Declare to 003004 + - Added an error_message attribute to IM::Action + - Updated ViewPort::Action to support action-wide messages and error + messages via attribute message and model's error_message attribute. + - Updated templates and widget to match this + - Added an example to ComponentUI + - Add support for the external MooseX::Types::Common and + MooseX::Types::DateTime type libraries in the VPs + - Eliminate memory leak related to InstancePerContext + - Move the short-cut code from flush_view to flush to prevent events + from happening if serving a static file 0.001001 - 12 Aug 2008 - Initital public release