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

commit 85c70a450c53f72fee660bcc0007d0be506a8e1d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 3 17:03:17 2022 -0400

    Fixed NPE getting Stack Trace if Throwable is null #733
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 93971f76b..0ee60df78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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>
     <action issue="LANG-1675" type="fix" dev="ggregory" 
due-to="clover">Improve performance of StringUtils.join for primitives 
#812.</action>
+    <action issue="LANG-1675" type="fix" dev="ggregory" due-to="Arturo 
Bernal">Fixed NPE getting Stack Trace if Throwable is null #733.</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