This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 4877259  [LANG-1679] Improve performance of StringUtils.unwrap(String, 
String) #844
4877259 is described below

commit 4877259dadd9bae3a0faecb430e9f5a297f13ae1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 3 10:22:16 2022 -0400

    [LANG-1679] Improve performance of StringUtils.unwrap(String,
    String) #844
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a046240..86320de 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1462" type="fix" dev="ggregory" due-to="Lijun Liang, 
Arun Avanathan, Tai Dupree, Maria Buiakova, Gary Gregory">Use TimeZone from 
calendar in DateFormatUtils.</action>
     <action                   type="fix" dev="ggregory" due-to="Diego 
Marcilio">Updating javadoc for NullPointerException when Validate.notNull() is 
called #870.</action>
     <action                   type="fix" dev="ggregory" due-to="Diego 
Marcilio">Fixing and adding DateUtils exception Javadocs #871.</action>
+    <action issue="LANG-1679" type="fix" dev="ggregory" 
due-to="clover">Improve performance of StringUtils.unwrap(String, String) 
#844.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add TriConsumer.</action>

Reply via email to