https://github.com/apache/commons-lang
Revision 092d2010ebbe9ce82d76e6692d6e51b444f8d95d authored by Stephen Colebourne on 15 October 2004, 20:55:01 UTC, committed by Stephen Colebourne on 15 October 2004, 20:55:01 UTC

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137974 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3dbb90f
Raw File
Tip revision: 092d2010ebbe9ce82d76e6692d6e51b444f8d95d authored by Stephen Colebourne on 15 October 2004, 20:55:01 UTC
Update Javadoc to better describe the behaviour and use cases of the exceptions
Tip revision: 092d201
RELEASE-NOTES.txt
$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>


back to top