Skip to content

Commit 662a03a

Browse files
committed
add breaking changes message to CHANGELOG.md
1 parent b6ceff7 commit 662a03a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
4+
## 2.0.0 (2022-09-xx)
5+
6+
### WARNING
7+
8+
**Breaking change:** Starting with version the 2.0.0 the category slugs are unique.
9+
While this brings big advantage for simplified category addressing, it can break projects that are containing categories with duplicated slugs.
10+
If your database contains colliding slugs, they will be automatically renamed by the migration.
11+
Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
12+
If this causes problems in your project, you can rename the categories yourself before running the migration.
13+
14+
315
## 1.9.3 (unreleased)
416

517
- Update of Django/Python versions.

0 commit comments

Comments
 (0)