This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 5f1200c35 Reimplement StringUtils.toCodePoints(CharSequence) to use java.lang.CharSequence.codePoints() new 76d30201f Reimplement StringUtils.capitalize(String) to use java.lang.CharSequence.codePoints() new 7d56fe109 Reimplement StringUtils.uncapitalize(String) to use java.lang.CharSequence.codePoints() The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 2 ++ .../java/org/apache/commons/lang3/StringUtils.java | 33 ++++++---------------- 2 files changed, 10 insertions(+), 25 deletions(-)