https://github.com/apache/commons-lang
Revision d788e182bcc2fc44973dfc4f8a8d79a12ffa2481 authored by Henri Yandell on 19 September 2002, 06:58:13 UTC, committed by Henri Yandell on 19 September 2002, 06:58:13 UTC
containsOnly method. I added a couple more unit tests and modified the code
slightly.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137047 13f79535-47bb-0310-9956-ffa450edef68
1 parent aeee251
Raw File
Tip revision: d788e182bcc2fc44973dfc4f8a8d79a12ffa2481 authored by Henri Yandell on 19 September 2002, 06:58:13 UTC
Patch from Fredrik Westermarck <fredrik.westermarck@mdh.se> that adds the
Tip revision: d788e18
RELEASE-NOTES.txt
$Id: RELEASE-NOTES.txt,v 1.2 2002/07/25 22:44:29 bayard Exp $

			Commons Lang Package
			   Version 1.0-b1
			    Release Notes


INTRODUCTION:

This document contains the release notes for this version of the Commons
Lang package. 

There is a high demand for the functionality found in Commons Lang in other 
Jakarta projects. Some are already using it, often because they submitted 
the original code, other times because they find the functionality useful,
and other times because they want to release and don't want to depend upon a 
nightly build of Commons Lang.

Therefore this is a beta release of a stable api for these projects and any 
other interested project to depend upon. 

It is important to note that this is not a traditional beta, a piece of 
code thrown out with many bugs remaining. It is a beta because additional 
classes are expected to be added before a full release, but the classes 
contained in this release are not expected to change.


NEW FEATURES:

It's all a new feature. 

BUG FIXES:


back to top