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

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


cvs         06/05/14 08:41:59

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * updated comment on XS stash private handling
  
  Revision  Changes    Path
  1.135     +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.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- Changes.tt2	2006/05/14 07:14:29	1.134
  +++ Changes.tt2	2006/05/14 08:41:58	1.135
  @@ -20,7 +20,7 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.134 2006/05/14 07:14:29 abw Exp $
  +# $Id: Changes.tt2,v 1.135 2006/05/14 08:41:58 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  @@ -32,9 +32,9 @@
   
   * Changed various tests for private/hidden variables (starting '_' 
     or '.') to use a regex defined in the $PRIVATE package variable in 
  -  Template::Stash.  This can be redefined or undefined.  Not that 
  -  there is currently no equivalent functionality for the XS Stash.
  -
  +  Template::Stash.  This can be redefined or undefined.  Note that 
  +  the XS Stash only looks to see if $PRIVATE is defined or not, and
  +  currently hard-codes the regex.
   
   
   #------------------------------------------------------------------------