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-text.git
The following commit(s) were added to refs/heads/master by this push:
new ec346f7f Update DoubleFormat to state it is based on Double.toString.
#467.
ec346f7f is described below
commit ec346f7f26d7d76e7f422c8723dc330b5361fcbd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 20 06:22:46 2023 -0400
Update DoubleFormat to state it is based on Double.toString. #467.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b3cb7f6..a48ecb21 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Elliotte Rusty
Harold, Gary Gregory">Constructor for UrlDecoderStringLookup should be private
instead of package-private.</action>
<action type="fix" dev="ggregory" due-to="Elliotte Rusty
Harold, Gary Gregory">Constructor for UrlEncoderStringLookup should be private
instead of package-private.</action>
<action issue="TEXT-230" type="fix" dev="ggregory" due-to="Michael Osipov,
Gary Gregory">Javadoc of org.apache.commons.text.lookup.DefaultStringLookup.XML
is incorrect.</action>
+ <action type="fix" dev="ggregory" due-to="Alex
Herbert">Update DoubleFormat to state it is based on Double.toString.
#467.</action>
<!-- ADD -->
<action issue="TEXT-224" type="add" dev="ggregory" due-to="PJ Fanning,
Gary Gregory">Set SecureProcessing feature in XmlStringLookup by
default.</action>
<action issue="TEXT-224" type="add" dev="ggregory" due-to="Gary
Gregory">Add StringLookupFactory.xmlStringLookup(Map<String,
Boolean>...).</action>