dlr         01/10/21 19:46:33

  Modified:    docs     changes.html
               xdocs    changes.xml
  Log:
  Taught VelocityContext to play nice with java.util.Map.
  
  Revision  Changes    Path
  1.64      +4 -0      jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -u -r1.63 -r1.64
  --- changes.html      2001/10/21 12:05:19     1.63
  +++ changes.html      2001/10/22 02:46:33     1.64
  @@ -158,6 +158,10 @@
      <li>
        Update docs re autoload VM and repeatability of init() (gmj)
      </li>
  +   <li>
  +     Added constructors to VelocityContext for plug and play
  +     interoperability with the java.util.Map interface (dlr &amp; gmj)
  +   </li>
   </ul>
                               </blockquote>
         </td></tr>
  
  
  
  1.57      +4 -0      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -u -r1.56 -r1.57
  --- changes.xml       2001/10/21 12:05:18     1.56
  +++ changes.xml       2001/10/22 02:46:33     1.57
  @@ -44,6 +44,10 @@
      <li>
        Update docs re autoload VM and repeatability of init() (gmj)
      </li>
  +   <li>
  +     Added constructors to VelocityContext for plug and play
  +     interoperability with the java.util.Map interface (dlr &amp; gmj)
  +   </li>
   </ul>
   
   </subsection>
  
  
  


Reply via email to