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

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


cvs         06/02/01 18:38:19

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * tweaks
  
  Revision  Changes    Path
  1.128     +6 -3      Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- Changes.tt2	2006/02/01 18:23:55	1.127
  +++ Changes.tt2	2006/02/01 18:38:18	1.128
  @@ -20,7 +20,7 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.127 2006/02/01 18:23:55 abw Exp $
  +# $Id: Changes.tt2,v 1.128 2006/02/01 18:38:18 abw Exp $
   #========================================================================
   
   #------------------------------------------------------------------------
  @@ -70,8 +70,8 @@
   Virtual Methods
   ---------------
   
  -* Added the scalar.remove, hash.delete, hash.items, hash.pairs,
  -  list.import and list.hash virtual methods.  
  +* Added the scalar.remove, scalar.substr, hash.delete, hash.items,
  +  hash.pairs, list.import and list.hash virtual methods.  
   
   * Changed the scalar.replace method to work properly with back
     references ($1, $2, etc) by incorporating the code from Nik
  @@ -92,6 +92,9 @@
   
   * Documented the fact that hash.list is going to change in the future,
     recommending people switch to hash.pairs.
  +
  +  http://tt2.org/pipermail/templates/2006-January/008256.html
  +  http://tt2.org/pipermail/templates/2006-February/008312.html
   
   * Added the global option to the 'match' scalar virtual method.