Skip to content

Commit

Permalink
add breaking changes message to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Sep 26, 2022
1 parent f3bc55b commit 98de0bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.0.0 (2022-09-xx)

### WARNING

**Breaking change:** Starting with version the 2.0.0 the category slugs are unique.
While this brings big advantage for simplified category addressing, it can break projects that are containing categories with duplicated slugs.
If your database contains colliding slugs, they will be automatically renamed by the migration.
Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
If this causes problems in your project, you can rename the categories yourself before running the migration.

## 1.9.1 (2022-09-21)
[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.9.0...1.9.1)

Expand Down

0 comments on commit 98de0bb

Please sign in to comment.