summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 17:46:24 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 17:46:24 -0500
commitc096bcdd76b0ef216716eccef5b19839266e1372 (patch)
tree888711232e1b5c92f6757c38ed963dbf2a8a5849 /CHANGELOG.md
parent86d76eead5430ec9b36b178dc0f3cb9b8ec20127 (diff)
downloadpython-slugify-6.0.1.tar.gz
regex: allow=>disallowv6.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8053b87..95ad243 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 6.0.1
+
+- Rework regex_pattern to mean the opposite (disallowed chars instead of allowed)
+- Thanks to @yyyyyyyan for the initial PR followed by the final PR by @mrezzamoradi
+
## 6.0.0
- Enable github action