You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/12/24 12:10:24 UTC

cvs commit: jakarta-commons/collections RELEASE-NOTES.html

scolebourne    2004/12/24 03:10:24

  Modified:    collections RELEASE-NOTES.html
  Log:
  Add release note comments about retainAll/removeAll
  
  Revision  Changes    Path
  1.73      +8 -2      jakarta-commons/collections/RELEASE-NOTES.html
  
  Index: RELEASE-NOTES.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- RELEASE-NOTES.html	16 Oct 2004 22:23:41 -0000	1.72
  +++ RELEASE-NOTES.html	24 Dec 2004 11:10:24 -0000	1.73
  @@ -13,14 +13,17 @@
      See the License for the specific language governing permissions and
      limitations under the License.
     -->
  +<html>
  +<head>
   <title>RELEASE NOTES: COLLECTIONS 3.2</title>
  -
  +</head>
  +<body>
   <center><h2>RELEASE NOTES: COLLECTIONS 3.2</h2></center>
   
   <p>
   This release adds various new classes and fixes a number of bugs.
   All feedback should be directed to commons-user at jakarta.apache.org.
  -
  +</p>
   <hr />
   
   <center><h3>COMPATABILITY</h3></center>
  @@ -42,6 +45,7 @@
   <li>CollectionUtils.addIgnoreNull - Adds to the collection if the value being added is not null [30020]</li>
   <li>MapUtils.putAll - Puts an array of key/value pairs into a map [30882]</li>
   <li>ExtendedProperties - No longer uses an exception in normal processing [30497]</li>
  +<li>CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection</li>
   </ul>
   
   <center><h3>BUG FIXES</h3></center>
  @@ -54,3 +58,5 @@
   <ul>
   <li>MapUtils.safeAddToMap - Better comment</li>
   </ul>
  +</body>
  +</html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org