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 07d2393ce Better release notes template new 6c55c1cdc Split out tests for StringUtils#abbreviate(String, int)} and friends new 28cbf74d7 [LANG-1770] StringUtils.abbreviate is not emoji aware, breaks surrogate pairs 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: .../commons/lang3/StringUtilsAbbreviateTest.java | 245 +++++++++++++++++++++ .../org/apache/commons/lang3/StringUtilsTest.java | 202 ----------------- 2 files changed, 245 insertions(+), 202 deletions(-) create mode 100644 src/test/java/org/apache/commons/lang3/StringUtilsAbbreviateTest.java