diff options
| author | Val Neekman <val@neekware.com> | 2019-10-10 18:12:07 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2019-10-10 18:12:07 -0400 |
| commit | 33bf07efc82c00b811df02bca8c5862f95db3294 (patch) | |
| tree | 5ce14d61e8f5faff7e5238c6292723cc3ad9d05d /CHANGELOG.md | |
| parent | 67c16a409063578d38bf69ee345254e67b237206 (diff) | |
| download | python-slugify-3.0.5.tar.gz | |
add special pre translation file, more unit test, updated readme3.0.5
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc98d31..0e1a514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +## 3.0.5 + - Add test for pre-translation (e.g German Umlaut) + - Add special char supports (optional Use) + ## 3.0.4 - Now supporting text-unidecode>=1.3 - Now supporting Unidecode>=1.1.1 +## 3.0.3 + - Remove unicode chars from file + ## 3.0.2 - Add official support of Py 3.7 |
