aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorJoerg Schaible <joehni@apache.org>2012-09-27 18:09:08 +0000
committerJoerg Schaible <joehni@apache.org>2012-09-27 18:09:08 +0000
commit1000d1a1bd5f6ee3da368b4932eb00e55174b93d (patch)
tree356513aa7eb6f29cc65299cf4ec91c1421a2921d /RELEASE-NOTES.txt
parent7c7c9447f62241fe5d0ec4f4c9b1e5dc4df00feb (diff)
downloadapache-commons-lang-1000d1a1bd5f6ee3da368b4932eb00e55174b93d.tar.gz
LANG-801: Add Conversion utility to convert between data types on byte level
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1391148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e7b624e78..1603b4c04 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -25,6 +25,7 @@ November release
Changes in this version include:
New features:
+o LANG-801: Add Conversion utility to convert between data types on byte level
o LANG-760: Add API StringUtils.toString(byte[] intput, String charsetName)
o LANG-756: Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)
o LANG-695: SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system