Author: chtompki Date: Sun Aug 19 16:57:19 2018 New Revision: 28834 Log: RELEASE-NOTES java 5.0 -> java 7.0
Modified: dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt Modified: dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt ============================================================================== --- dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt (original) +++ dev/commons/lang/3.8-RC1/RELEASE-NOTES.txt Sun Aug 19 16:57:19 2018 @@ -27,7 +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, +Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived with Java 7.0 such as generics, variable arguments, autoboxing, concurrency and formatted output. For the advice on upgrading from 2.x to 3.x, see the following page: