aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2013-12-28 15:22:08 +0000
committerBenedikt Ritter <britter@apache.org>2013-12-28 15:22:08 +0000
commit9e5fb5c414c6075029b0aaea47339d25da001e07 (patch)
tree8cf96469f80fa38f1327c09d3478e3cd6575f727 /RELEASE-NOTES.txt
parent756f8f1c24025b66cd5dcd20947bd3e9605d413e (diff)
downloadapache-commons-lang-9e5fb5c414c6075029b0aaea47339d25da001e07.tar.gz
Document Java version requirements for 3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1553844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 968b749f1..3259ff373 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -25,11 +25,8 @@ INTRODUCTION:
This document contains the release notes for the 3.2 version of
Apache Commons Lang. 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.
+components that should be of use in any Java environment. Commons Lang 3.2
+at least requires Java 6.0.
For the advice on upgrading from 2.x to 3.x, see the following page: