Skip to content

Commit 6b04148

Browse files
Merge pull request #165 from mundschenk-at/update-patterns
Update hyphenation patterns
2 parents 9eda826 + a2e7f43 commit 6b04148

File tree

9 files changed

+90222
-65084
lines changed

9 files changed

+90222
-65084
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change History
22

3+
## 6.7.0 - November 15, 2022
4+
* _Change_: Significantly updated hyphenation patterns for:
5+
- German
6+
- German (Traditional)
7+
- German (Swiss Traditional)
8+
* _Change_: Minimum PHP version increased to 7.4.0.
9+
* _Change_: The following public methods have been deprecated:
10+
- `Strings::mb_str_split`
11+
- `Strings::uchr`
12+
* _Bugfix_: No more deprecation warnings when running on PHP 8.1.
13+
* _Bugfix_: The ASCII string functions actually get used on pure ASCII fragments
14+
(instead of falling back to the slower `mb_*` functions).
15+
316
## 6.6.0 - April 5, 2020
417
* _Feature_: Use native `mb_str_split` on PHP 7.4 and above.
518
* _Change_: Significantly updated hyphenation patterns for:
@@ -17,7 +30,7 @@
1730

1831
## 6.5.2 - December 7, 2019
1932
* _Bugfix_: PHP 7.4 compatibility.
20-
* _Bugfix_: Parsing does not break anymore when the returned more `DOMDocument`
33+
* _Bugfix_: Parsing does not break anymore when the returned `DOMDocument`
2134
is invalid.
2235

2336
## 6.5.1 - July 8, 2019

0 commit comments

Comments
 (0)