aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2011-07-04 06:18:26 +0000
committerGary D. Gregory <ggregory@apache.org>2011-07-04 06:18:26 +0000
commit3e792ce0c5f8d38a86e1df3b2070b40c5b3c2c87 (patch)
tree57b8ae7f46738250c337da7972a1d958abfc2b8b /RELEASE-NOTES.txt
parent0b1db833f2d91093a52b547c42d3bac1974f5af1 (diff)
downloadapache-commons-lang-3e792ce0c5f8d38a86e1df3b2070b40c5b3c2c87.tar.gz
[LANG-713] [patch] Increase test coverage of FieldUtils read methods and tweak javadoc. Apply patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142555 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 d1d1879cb..0e4e5ff7f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -103,6 +103,7 @@ IMPROVEMENTS IN 3.0
[LANG-668] Change ObjectUtils min() & max() functions to use varargs rather than just two parameters
[LANG-681] Push down WordUtils to "text" sub-package.
[LANG-711] Add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain).
+ [LANG-713] Increase test coverage of FieldUtils read methods and tweak javadoc
BUG FIXES IN 3.0
================