[Templates-cvs] cvs commit: Template2/docsrc/src/Release Changes.tt2

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         06/02/10 10:56:33

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * applied changes based on patch from Tom Insam to further refine the
    way the stash handles failed method calls.  Now we explicitly check
    which package it was reported in.
  
  Revision  Changes    Path
  1.132     +4 -4      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- Changes.tt2	2006/02/02 16:34:19	1.131
  +++ Changes.tt2	2006/02/10 10:56:32	1.132
  @@ -20,7 +20,7 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.131 2006/02/02 16:34:19 abw Exp $
  +# $Id: Changes.tt2,v 1.132 2006/02/10 10:56:32 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  @@ -58,11 +58,11 @@
   * Changed Template::Stash to be a little more strict about what it
     considers a failed method call.  This allows exception thrown within
     called methods to be propagated correctly rather than being ignored
  -  as undefined method.  Thanks to Dave Howorth for reporting the
  -  problem and providing a fix.  Also ported to the Template::Stash::XS
  -  module.
  +  as undefined method.  Thanks to Dave Howorth, Tom Insam and Stig 
  +  Brautaset for reporting the problem and providing fixes.
   
     http://tt2.org/pipermail/templates/2005-April/007375.html
  +  http://tt2.org/pipermail/templates/2006-February/008367.html
   
   * Removed redundant performance profiling code from
     Template::Stash::XS.  Must check with Doug that this is OK and he's