Skip to content

Commit

Permalink
πŸ’š Fix docs build errors due to changelog formatting
Browse files Browse the repository at this point in the history
(cherry picked from commit cfd7911)
  • Loading branch information
stevenbal authored and sergei-maertens committed Nov 29, 2024
1 parent ce82492 commit bd7191c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Changes

Bugfix release.

* πŸ› The data migration introduced in 0.35.0 would initialize the ``slug``
field in such a way that the generated slug would typically exceed the
* πŸ› The data migration introduced in 0.35.0 would initialize the ``slug``
field in such a way that the generated slug would typically exceed the
field's ``max_length``. This release fixes the field and the underlying
migration.

0.35.0πŸ’₯ (2024-08-13)
-------------------
---------------------

**πŸ’₯ 0.35.0 has been yanked and should not be used to avoid ending up in
an inconsistent migration state. Use 0.35.1 instead.**
Expand All @@ -22,7 +22,7 @@ Small feature release.
* ✨ Added a slug field to the ``Service`` model for improved indexing across
instances. As this field is required, the included migration will initiaize
this field with a slugified version of the ``api_root`` field.
* ✨ Added natural key getters to the ``Service`` model to support Django's
* ✨ Added natural key getters to the ``Service`` model to support Django's
natural key-based (de)serialization methods.

**πŸ’₯ Breaking changes**
Expand Down

0 comments on commit bd7191c

Please sign in to comment.