Skip to content

Commit

Permalink
feincms3 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jun 3, 2024
1 parent e877f0c commit ee72fd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ Change log
Next version
~~~~~~~~~~~~

5.0 (2024-06-03)
~~~~~~~~~~~~~~~~

- Renamed the internal root middleware response to
``UseRootMiddlewareResponse`` so that it can be used in advanced or exotic
scenarios to allow the root middleware to run even after views return a 404
response.
- Switched from ESLint to biome.
- Changed the move node interface to a cut-paste based interface which works
directly in the admin changelist.
- Changed the ``TreeAdmin`` ``list_display`` and ``list_display_links`` to be
more useful by default.


4.6 (2024-02-26)
Expand Down
2 changes: 1 addition & 1 deletion feincms3/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0a2"
__version__ = "5.0.0"

0 comments on commit ee72fd9

Please sign in to comment.