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


The following commit(s) were added to refs/heads/master by this push:
     new 34fcd18  [LANG-1563] use StandardCharsets.UTF_8 #548.
34fcd18 is described below

commit 34fcd18ae7a34a9f62a7e836a94150f39acdfa69
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jun 13 10:46:58 2020 -0400

    [LANG-1563] use StandardCharsets.UTF_8 #548.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 415c086..5459b7b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1569" type="add" dev="ggregory">Add 
ArrayUtils.get(T[], index, T) to provide an out-of-bounds default 
value.</action>
     <action issue="LANG-1550" type="add" dev="ggregory" due-to="Edgar 
Asatryan">Optimize ArrayUtils::isArrayIndexValid method. #551.</action>
     <action issue="LANG-1561" type="add" dev="ggregory" due-to="XenoAmess">Use 
List.sort instead of Collection.sort #546.</action>
+    <action issue="LANG-1563" type="add" dev="ggregory" due-to="XenoAmess">Use 
StandardCharsets.UTF_8 #548.</action>
   </release>
 
   <release version="3.10" date="2020-03-22" description="New features and bug 
fixes. Requires Java 8, supports Java 9, 10, 11.">

Reply via email to