diff options
| author | Val Neekman <un33kvu@gmail.com> | 2019-10-20 13:39:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-20 13:39:51 -0400 |
| commit | 76f327216bc52adc6115eb6d1483405958810c5c (patch) | |
| tree | e5eb48e5627724062166eeb6e2898f6c0acfd0be /CHANGELOG.md | |
| parent | b9db1bc87e3b19c5c63ab7a00b19685b7996de5d (diff) | |
| download | python-slugify-4.0.0.tar.gz | |
Drop support for old python - cleanup - up version (#88)4.0.0
* Drop support for EOL Python 2.6 and 3.2-2.4 (#87)
* Drop support for EOL Python 2.6 and 3.2-3.4
* Remove duplicate class
* Upgrade Python syntax with pyupgrade
* Upgrade PyPy and PyPy3 and test 3.8 beta
* up version
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7210471..ba9b28c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.0 + - Drop support from 2.6, & < 3.4.5 + ## 3.0.6 - Fixed encoding in special.py |
