summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorReza Moradi <mrezzamoradi@gmail.com>2022-02-22 20:05:08 +0100
committerGitHub <noreply@github.com>2022-02-22 14:05:08 -0500
commitd968ca7419e6f4e40685888c56d03bea50fd39d7 (patch)
treec26388f34c2e91260fed09a0369f88c8791f94b6 /CHANGELOG.md
parent07b87da81140cf51e4a585e43d4fe9113f4c2ad5 (diff)
downloadpython-slugify-6.1.0.tar.gz
allow unicode (#111)v6.1.0
* initial commit to allow unicode * update version and changelog * add the flag to the CLI * update README.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95ad243..49f88dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 6.1.0
+
+- Add `allow_unicode` flag to allow unicode characters in the slug
+
## 6.0.1
- Rework regex_pattern to mean the opposite (disallowed chars instead of allowed)