scolebourne    2003/08/17 15:01:04

  Modified:    lang     RELEASE-NOTES.txt
  Log:
  Rename WordWrapUtils to WordUtils and make ready for 2.0
  
  Revision  Changes    Path
  1.22      +3 -1      jakarta-commons/lang/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/RELEASE-NOTES.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- RELEASE-NOTES.txt 17 Aug 2003 19:51:09 -0000      1.21
  +++ RELEASE-NOTES.txt 17 Aug 2003 22:01:04 -0000      1.22
  @@ -35,7 +35,7 @@
       CharRange (previously package scoped)
       ClassUtils
       StringEscapeUtils
  -    StringPrintWriter
  +    WordUtils
       IllegalClassException
       IncompleteArgumentException
       NotImplementedException
  @@ -144,6 +144,7 @@
   18077  StringUtils.chomp does not match Perl  
   18723  RandomStringUtils infloops with length < 1  
   18836  test.lang fails if compiled with non iso-8859-1 locales  
  +18948  Resurrect the WordWrapUtils from commons-sandbox/utils  
   19296  [Lang] What to do with FastDateFormat unused private constru  
   19364  [Lang] time unit tests fail on Sundays  
   19756  [lang] java.lang.ExceptionInInitializerError thrown by JVMRa  
  @@ -251,6 +252,7 @@
   > org.apache.commons.lang.StringEscapeUtils
   > org.apache.commons.lang.ArrayUtils
   > org.apache.commons.lang.Entities$BinaryEntityMap
  +> org.apache.commons.lang.WordUtils
   > org.apache.commons.lang.ClassUtils
   > org.apache.commons.lang.IntHashMap$Entry
   > org.apache.commons.lang.IllegalClassException
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to