aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2008-03-15 06:19:46 +0000
committerHenri Yandell <bayard@apache.org>2008-03-15 06:19:46 +0000
commit52fb3438bcdd75a68fb26bf68dfd76855ab3568c (patch)
tree0464772c27c21bf207f85a7d8d3c7eed0265844b /RELEASE-NOTES.txt
parent32dde2b15257311c1a3dae3192fd4ac88463331a (diff)
downloadapache-commons-lang-52fb3438bcdd75a68fb26bf68dfd76855ab3568c.tar.gz
Noting the Java requirements in our release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@637365 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 28b42be54..3f3fd69d7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,6 +10,10 @@ INTRODUCTION:
This document contains the release notes for the 2.4 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 2.4 no longer attempts to target the Java 1.1 environment and now targets Java 1.2. While previous versions
+were built for 1.1, some parts were using projects that were only available in 1.2, and the Enum class had
+become dependent on Java 1.3.
+
INCOMPATIBLE CHANGES WITH VERSION 2.3:
- None