Author: spadkins
Date: Thu Mar  9 13:42:57 2006
New Revision: 3644

Modified:
   p5ee/trunk/App-Context/CHANGES

Log:
freeze for 0.96

Modified: p5ee/trunk/App-Context/CHANGES
==============================================================================
--- p5ee/trunk/App-Context/CHANGES      (original)
+++ p5ee/trunk/App-Context/CHANGES      Thu Mar  9 13:42:57 2006
@@ -4,10 +4,18 @@
 
 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
+ x trace enhancements
+   * print 'undef' instead of '' for undefined values in traces
+   * made trace behave better with newlines. added trace_justify.
+   * fixed a trace leak (return without sub_exit())
+   * trace and debug scopes can now be exclusive (i.e. 
--trace=!App::Context,App::Context::Cmd)
+ x log enhancements
+   * added log levels (and optional args to log())
+ x {temporary} widgets
+ x add permissions to widget display from URL and method calls, also 
{open_widget_urls} option
+ x add App::Service::substitute()
+ x default dates can be {today}+6
 
 VERSION 0.95
  x Widget containership is defined in the widget name by dashes ("-") instead 
of dots (".") (better for CSS)

Reply via email to