RELEASE-NOTES: fix template 3.9+ targets java 8

This commit is contained in:
Rob Tompkins 2018-09-22 17:48:13 -04:00
parent 83329ef669
commit 9e79655f67

View File

@ -43,8 +43,7 @@ This document contains the release notes for the ${version} version of Apache Co
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.9 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0.
For the advice on upgrading from 2.x to 3.x, see the following page: