commons-lang/RELEASE-NOTES.txt
Gary D. Gregory 56de34db0f Copied RELEASE-NOTES.txt to RELEASE-NOTES-2.0.txt
RELEASE-NOTES.txt now tracks an upcomming 2.1.
lang.enum.*:
	Deprecated and replaced by org.apache.commons.lang.enums.* and will be
	removed in version 3.0. All classes in this package are deprecated and 
	repackaged to org.apache.commons.lang.enums since enum is a Java 1.5 
	keyword.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137812 13f79535-47bb-0310-9956-ffa450edef68
2004-02-23 04:36:06 +00:00

56 lines
1009 B
Plaintext

$Id: RELEASE-NOTES.txt,v 1.27 2004/02/23 04:36:06 ggregory Exp $
Commons Lang Package
Version 2.1-dev
Release Notes
INTRODUCTION:
This document contains the release notes for this version of the Commons
Lang package. Commons Lang is a set of utility functions and reusable
components that should be a help in any Java environment.
INCOMPATIBLE CHANGES:
<TODO>
NEW FEATURES:
<TODO>
Since the release of the 2.0 package the following classes have been added:
<TODO>
Since the release of the 2.0 package the following classes have been changed:
<TODO>
BUG FIXES:
ID Sev Pri Plt Owner State Result Summary
<TODO>
DEPRECATIONS:
lang.enum.*:
Deprecated and replaced by org.apache.commons.lang.enums.* and will be
removed in version 3.0. All classes in this package are deprecated and
repackaged to org.apache.commons.lang.enums since enum is a Java 1.5
keyword.
CHANGES: [In 'diff' format]
<TODO>