[Templates-cvs] cvs commit: Template2/docsrc/src/Release Changes.tt2
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/05/14 07:14:30
Modified: docsrc/src/Release Changes.tt2
Log:
* added stash $PRIVATE
Revision Changes Path
1.134 +15 -1 Template2/docsrc/src/Release/Changes.tt2
Index: Changes.tt2
===================================================================
RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- Changes.tt2 2006/04/05 17:08:41 1.133
+++ Changes.tt2 2006/05/14 07:14:29 1.134
@@ -20,8 +20,22 @@
# Any changes you make here may be lost!
#
#------------------------------------------------------------------------
-# $Id: Changes.tt2,v 1.133 2006/04/05 17:08:41 abw Exp $
+# $Id: Changes.tt2,v 1.134 2006/05/14 07:14:29 abw Exp $
#========================================================================
+
+#------------------------------------------------------------------------
+# Version 2.15 -
+#------------------------------------------------------------------------
+
+Stash
+-----
+
+* 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.
+
+
#------------------------------------------------------------------------
# Version 2.14a - 2nd February 2006 ## DEVELOPER RELEASE ##