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

cvs@template-toolkit.org cvs@template-toolkit.org
Thu, 24 Jul 2003 17:01:48 +0100


cvs         03/07/24 16:01:47

  Modified:    docsrc/src/Release README.tt2
  Log:
  * updated release notes
  
  Revision  Changes    Path
  1.20      +11 -2     Template2/docsrc/src/Release/README.tt2
  
  Index: README.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/README.tt2,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- README.tt2	2003/04/23 12:52:13	1.19
  +++ README.tt2	2003/07/24 16:01:47	1.20
  @@ -53,9 +53,18 @@
   WHAT'S NEW?
   -----------
   
  -Version 2.08 adds compile time constant folding which can result in a
  +Version 2.10 provides a few trivial new features and applies fixes to
  +some small bugs.  For example, you can now use IN instead of = in a
  +loop, e.g. FOREACH item IN list.  The WRAPPER configuration option is
  +new, and Template::Context and Template::Stash now both implement
  +define_vmethod() methods which make it easier to define new virtual
  +methods.
  +
  +Version 2.09 contained mostly bug fixes and minor enhancements.
  +
  +Version 2.08 added compile time constant folding which can result in a
   significant performance boost when processing templates.  It also 
  -offers several other minor enhancements and bug fixes.
  +offered several other minor enhancements and bug fixes.
   
   Version 2.07 was a major maintenance release, fixing numerous minor bugs
   and smoothing out various rough edges.  Version 2.06 was a very minor