Add release notes for 3.3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
483a02a44c
commit
2655d9c67d
|
@ -1,19 +1,32 @@
|
||||||
Apache Commons Lang
|
Apache Commons Lang
|
||||||
Version 3.3.1
|
Version 3.3.2
|
||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
|
|
||||||
INTRODUCTION:
|
INTRODUCTION:
|
||||||
|
|
||||||
This document contains the release notes for the 3.3.1 version of
|
This document contains the release notes for the 3.3.2 version of
|
||||||
Apache Commons Lang. Commons Lang is a set of utility functions and reusable
|
Apache Commons Lang. Commons Lang is a set of utility functions and reusable
|
||||||
components that should be of use in any Java environment. Commons Lang 3.3.1
|
components that should be of use in any Java environment. Commons Lang 3.3.2
|
||||||
at least requires Java 6.0.
|
at least requires Java 6.0.
|
||||||
|
|
||||||
For the advice on upgrading from 2.x to 3.x, see the following page:
|
For the advice on upgrading from 2.x to 3.x, see the following page:
|
||||||
|
|
||||||
http://commons.apache.org/lang/article3_0.html
|
http://commons.apache.org/lang/article3_0.html
|
||||||
|
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
==============
|
||||||
|
|
||||||
|
o LANG-989: Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8
|
||||||
|
|
||||||
|
FIXED BUGS
|
||||||
|
============
|
||||||
|
|
||||||
|
o LANG-992: NumberUtils#isNumber() returns false for "0.0", "0.4790", et al
|
||||||
|
|
||||||
|
Release Notes for version 3.3.1
|
||||||
|
|
||||||
FIXED BUGS
|
FIXED BUGS
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue