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-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 694754e Simpler description.
694754e is described below
commit 694754e71498cddbaf77bcc1612e9184a176dd3f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 4 13:24:55 2026 -0500
Simpler description.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b42325..1297315 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.3.6" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix running
spotbugs:check: Unable to parse configuration of mojo.</action>
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Update
deprecated call in
org.apache.commons.logging.PathableClassLoader.addLogicalLib(String).</action>
+ <action dev="ggregory" type="fix" due-to="Gary Gregory">Update
deprecated call in PathableClassLoader.addLogicalLib(String).</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix malformed
Javadoc comments.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix log level in
Slf4jLogFactory.error(Object, Throwable) #416.</action>
<!-- ADD -->