You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2005/05/13 22:25:38 UTC

svn commit: r170082 - /incubator/ibatis/trunk/java/mapper/mapper2/doc/release.txt

Author: cbegin
Date: Fri May 13 13:25:37 2005
New Revision: 170082

URL: http://svn.apache.org/viewcvs?rev=170082&view=rev
Log:
updated with latest fixes

Modified:
    incubator/ibatis/trunk/java/mapper/mapper2/doc/release.txt

Modified: incubator/ibatis/trunk/java/mapper/mapper2/doc/release.txt
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/java/mapper/mapper2/doc/release.txt?rev=170082&r1=170081&r2=170082&view=diff
==============================================================================
--- incubator/ibatis/trunk/java/mapper/mapper2/doc/release.txt (original)
+++ incubator/ibatis/trunk/java/mapper/mapper2/doc/release.txt Fri May 13 13:25:37 2005
@@ -2,12 +2,15 @@
 Build Number: @buildNum@
 
 ------------------------------
- 2.1.0 - Mar ??, 2004
+ 2.1.0 - May ??, 2004
 ------------------------------
  
+ o Added removeFirstPrepend attribute to all tags 
+ o Added open and close attributes to all dynamic tags to better handle complex queries that require bracketing
  o Fixed IBATIS-45 Removed JavaBeanProbe/MapProbe in favor of ComplexBeanProbe 
  o Fixed IBATIS-79 Problem with nested groupBy resultMaps
- 
+ o Fixed bug that prevented dynamic tags from being nested inside an iterate tag
+ o Fixed bug that will now allow for the $[]$ notation to be used.
 ------------------------------
  2.0.9B - Feb 20, 2004
 ------------------------------