aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorRob Tompkins <chtompki@gmail.com>2018-08-15 21:17:28 -0400
committerRob Tompkins <chtompki@gmail.com>2018-08-15 21:17:28 -0400
commitf7d2bdd24db0aa9e8ad44b706c5d60c92b6825ca (patch)
treedac002c0d56ce87b53ec2052775516a967f8fe9c /RELEASE-NOTES.txt
parent6a02b5337be09bfba4a0af55f64c44fa46fda5b5 (diff)
downloadapache-commons-lang-f7d2bdd24db0aa9e8ad44b706c5d60c92b6825ca.tar.gz
(fix) release notes LANG-1290 -> LANG-1390 typo
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1b5ce02fc..c62c48889 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -50,7 +50,7 @@ o LANG-1391: Improve Javadoc for StringUtils.isAnyEmpty(null) Thanks to Sauro Ma
o LANG-1393: Add API SystemUtils.String getEnvironmentVariable(final String name, final String defaultValue) Thanks to Gary Gregory.
o LANG-1394: org.apache.commons.lang3.SystemUtils should not write to System.err. Thanks to Sebb, Gary Gregory.
o LANG-1238: Add RegexUtils class instead of overloading methods in StringUtils that take a regex to take precompiled Pattern. Thanks to Christopher Cordeiro, Gary Gregory, Bruno P. Kinoshita, Oleg Chubaryov.
-o LANG-1290: StringUtils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schalanda.
+o LANG-1390: StringUtils.join() with support for List<?> with configurable start/end indices. Thanks to Jochen Schalanda.
o LANG-1392: Methods for getting first non empty or non blank value Thanks to Jeff Nelson.
o LANG-1408: Rounding utilities for converting to BigDecimal