This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 2cbb7f8c Drop the symbol separator in the currency and percent
re-parse (#430).
2cbb7f8c is described below
commit 2cbb7f8c1f9ebb080d3b0fd908112b7fff1fcc5c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 31 15:48:30 2026 -0400
Drop the symbol separator in the currency and percent re-parse (#430).
---
src/changes/changes.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6d130d1..6a70e799 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,9 +63,10 @@ The <action> type attribute can be add,update,fix,remove.
-->
<body>
<release version="1.11.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
- <!-- FIX -->
- <!-- ADD -->
- <!-- UPDATE -->
+ <!-- FIX -->
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Drop
the symbol separator in the currency and percent re-parse (#430).</action>
+ <!-- ADD -->
+ <!-- UPDATE -->
</release>
<release version="1.11.0" date="2026-07-28" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->