diff --git a/docs/src/dictionary/en-custom.txt b/docs/src/dictionary/en-custom.txt index c6b3192..bd19ed7 100644 --- a/docs/src/dictionary/en-custom.txt +++ b/docs/src/dictionary/en-custom.txt @@ -8,6 +8,7 @@ Feb Formatter GitHub Jan +Jun MERCHANTABILITY Mar MkDocs diff --git a/docs/src/markdown/changelog.md b/docs/src/markdown/changelog.md index 923e19b..96ee136 100644 --- a/docs/src/markdown/changelog.md +++ b/docs/src/markdown/changelog.md @@ -2,6 +2,8 @@ ## 3.5.1 +Jun 3, 2018 + - **FIX**: POSIX character classes should not be part of a range. - **FIX**: Replace string casing logic properly follows other implementations like Boost etc. `\L`, `\C`, and `\E` should all terminate `\L`, and `\C`. `\l` and `\c` will be ignored if followed by `\C` or `\L`.