You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/09/22 21:27:59 UTC

svn commit: r29605 - /release/commons/lang/RELEASE-NOTES.txt

Author: chtompki
Date: Sat Sep 22 21:27:59 2018
New Revision: 29605

Log:
lang3-3.8.1 release notes: targets java 5 -> 7

Modified:
    release/commons/lang/RELEASE-NOTES.txt

Modified: release/commons/lang/RELEASE-NOTES.txt
==============================================================================
--- release/commons/lang/RELEASE-NOTES.txt (original)
+++ release/commons/lang/RELEASE-NOTES.txt Sat Sep 22 21:27:59 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: