You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by gg...@apache.org on 2019/07/12 18:37:54 UTC

svn commit: r1047646 - /websites/production/commons/content/proper/commons-text/release-notes/RELEASE-NOTES-1.7.txt

Author: ggregory
Date: Fri Jul 12 18:37:54 2019
New Revision: 1047646

Log:
[TEXT-167] commons-text web page missing "RELEASE-NOTES-1.7.txt"

Added:
    websites/production/commons/content/proper/commons-text/release-notes/RELEASE-NOTES-1.7.txt

Added: websites/production/commons/content/proper/commons-text/release-notes/RELEASE-NOTES-1.7.txt
==============================================================================
--- websites/production/commons/content/proper/commons-text/release-notes/RELEASE-NOTES-1.7.txt (added)
+++ websites/production/commons/content/proper/commons-text/release-notes/RELEASE-NOTES-1.7.txt Fri Jul 12 18:37:54 2019
@@ -0,0 +1,46 @@
+Apache Commons Text
+Version 1.7
+Release Notes
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.7 version of Apache Commons Text.
+Commons Text is a set of utility functions and reusable components for the purpose of processing
+and manipulating text that should be of use in a Java environment.
+
+Apache Commons Text is a library focused on algorithms working on strings.
+
+Changes in this version include:
+
+New features:
+
+o TEXT-148:  Add an enum to the lookup package that lists all StringLookups
+o TEXT-127:  Add a toggle to throw an exception when a variable is unknown in StringSubstitutor Thanks to Jean-Baptiste REICH, Sebb, Don Jeba, Gary Gregory.
+o TEXT-138:  TextStringBuilder append sub-sequence not consistent with Appendable. Thanks to Neal Johnson, Don Jeba.
+o TEXT-152:  Fix possible infinite loop in WordUtils.wrap for a regex pattern that would trigger on a match of 0 length Thanks to @CAPS50.
+o TEXT-155:  Add a generic IntersectionSimilarity measure
+
+Fixed Bugs:
+
+o TEXT-111:  WordUtils.wrap must calculate offset increment from wrapOn pattern length Thanks to @CAPS50.
+o TEXT-151:  Fix the JaroWinklerSimilarity to use StringUtils.equals to test for CharSequence equality
+o TEXT-165:  ResourceBundleStringLookup.lookup(String) throws MissingResourceException instead of returning null.
+
+Changes:
+
+o TEXT-104:  Jaro Winkler Distance refers to similarity Thanks to Sascha Szott.
+o TEXT-153:  Make prefixSet in LookupTranslator a BitSet Thanks to amirhadadi.
+o TEXT-156:  Fix the RegexTokenizer to use a static Pattern
+o TEXT-157:  Remove rounding from JaccardDistance and JaccardSimilarity
+o TEXT-162:  Update Apache Commons Lang from 3.8.1 to 3.9.
+o            Update tests from org.assertj:assertj-core 3.12.1 to 3.12.2.
+o            Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.
+
+Historical list of changes: https://commons.apache.org/proper/commons-text/changes-report.html
+
+For complete information on Apache Commons Text, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Text website:
+
+https://commons.apache.org/proper/commons-text
+
+Download it from https://commons.apache.org/proper/commons-text/download_text.cgi