You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2018/08/20 12:48:56 UTC

svn commit: r1034211 - /websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.8.txt

Author: chtompki
Date: Mon Aug 20 12:48:55 2018
New Revision: 1034211

Log:
(site) fix RELEASE-NOTES-3.8.txt java 5.0 -> 7.0

Modified:
    websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.8.txt

Modified: websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.8.txt
==============================================================================
--- websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.8.txt (original)
+++ websites/production/commons/content/proper/commons-lang/release-notes/RELEASE-NOTES-3.8.txt Mon Aug 20 12:48:55 2018
@@ -27,8 +27,7 @@ This document contains the release notes
 Commons Lang is a set of utility functions and reusable components that should be of use in any 
 Java environment.
 
-Lang 3.0 and onwards now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics, 
-variable arguments, autoboxing, concurrency and formatted output.
+Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived with Java 7.0.
 
 For the advice on upgrading from 2.x to 3.x, see the following page: