Skip to content

Commit 60746af

Browse files
authored
Release 4.0.0.dev3 (#103)
1 parent a31c8e3 commit 60746af

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ Changelog
44

55
Unreleased
66
==========
7-
* fix: Removed unused contents within templates, reducing the clutter within version compare views.
7+
8+
9+
4.0.0.dev3 (2022-01-11)
10+
=======================
811

912
* fix: Snippet plugin added to a page now displays name instead of ID
1013
* fix: Slug field on list display for admin should only be displayed when versioning is not available
14+
* fix: Removed unused contents within templates, reducing the clutter within version compare views. Previously this was causing a lot of junk to be included in the version comparison, this will now be reduced.
15+
1116

1217
4.0.0.dev2 (2021-12-22)
1318
=======================

djangocms_snippet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.0.0.dev2'
1+
__version__ = '4.0.0.dev3'
22

33
default_app_config = 'djangocms_snippet.apps.SnippetConfig'

0 commit comments

Comments
 (0)