This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new bcfe6982 Fix changes report link
bcfe6982 is described below
commit bcfe6982ca5ed6b174d59e7ac661e26c20513f14
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 17 15:03:08 2025 -0500
Fix changes report link
---
RELEASE-NOTES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9ebf233b..ca7aecce 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -28,7 +28,7 @@ o Deprecate
BeanUtilsBean.initCause(Throwable, Throwable) for re
o Deprecate BeanUtils.initCause(Throwable, Throwable) for
removal, use Throwable.initCause(Throwable). Thanks to Gary Gregory.
-Historical list of changes:
https://commons.apache.org/proper/commons-beanutils//changes-report.html
+Historical list of changes:
https://commons.apache.org/proper/commons-beanutils/changes.html
For complete information on Apache Commons BeanUtils, including instructions
on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons BeanUtils
website: