cvsuser 06/02/28 19:29:28
Modified: App-Context CHANGES
Log:
added some feature changes to go into 0.96
Revision Changes Path
1.4 +7 -0 p5ee/App-Context/CHANGES
Index: CHANGES
===================================================================
RCS file: /cvs/public/p5ee/App-Context/CHANGES,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CHANGES 9 Aug 2005 19:12:16 -0000 1.3
+++ CHANGES 1 Mar 2006 03:29:27 -0000 1.4
@@ -2,6 +2,13 @@
# CHANGE LOG
#########################################
+VERSION 0.96
+ x added &App::in_debug_scope and &App::debug_indent()
+ x fixed a trace leak in App.pm (return without sub_exit())
+ x trace and debug scopes can now be exclusive (i.e.
--trace=!App::Context,App::Context::Cmd)
+ x default dates can be {today}+6 or {today}-365
+ x context->widget() now defaults to class App::Widget rather than class
App::SessionObject
+
VERSION 0.95
x Widget containership is defined in the widget name by dashes ("-")
instead of dots (".") (better for CSS)
x Removed dependency on App::Repository in t/ServiceRemote.t