You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/01/30 10:08:01 UTC

svn commit: r1065237 - /commons/proper/lang/trunk/src/site/xdoc/article3_0.xml

Author: bayard
Date: Sun Jan 30 09:08:01 2011
New Revision: 1065237

URL: http://svn.apache.org/viewvc?rev=1065237&view=rev
Log:
Adding a bit to the 3.0 article

Modified:
    commons/proper/lang/trunk/src/site/xdoc/article3_0.xml

Modified: commons/proper/lang/trunk/src/site/xdoc/article3_0.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/article3_0.xml?rev=1065237&r1=1065236&r2=1065237&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/article3_0.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/article3_0.xml Sun Jan 30 09:08:01 2011
@@ -74,6 +74,7 @@ TODO: Add examples
 <section name="New classes">
 <p><code>CharSequenceUtils</code></p>
 <p><code>EnumUtils</code></p>
+<p><code>JavaVersion</code></p>
 <p><code>Pair</code></p>
 <p><code>Range</code></p>
 <p><code>builder.Builder</code></p>
@@ -88,7 +89,11 @@ TODO: Add examples
 <section name="New methods">
 </section>
 
-<section name="What's fixed in Lang 3.0?">
+<section name="What's changed?">
+  <p>Add info about SystemUtils moving over to the JavaVersion enum and away from int/float. </p>
+</section>
+
+<section name="What's fixed?">
 </section>
 
 <!--