You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
Changelog
3
3
=========
4
4
5
-
2.0.0rc2
6
-
========
5
+
2.0.0rc3 (2023-12-12)
6
+
=====================
7
+
* fix: avoid generating migrations based on settings.LANGUAGE by @vasekch in https://github.com/django-cms/djangocms-alias/pull/186
8
+
* fix: Enable caching for `static_alias` template tag by @vasekch in https://github.com/django-cms/djangocms-alias/pull/200
9
+
* fix: `static_alias` unnecessarily creates new content objects when used with versioning by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/202
10
+
* feat: Django 5.0 support, fixed test suite by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/203
7
11
* fix: Migration dependency on latest django-cms migration.
8
12
* fix: Allow using a variable as the identifier in static_alias template tag
9
-
10
-
2.0.0rc1
11
-
========
12
-
* Django 4.0, 4.1, and 4.2 support added
13
-
* Django 2.2 support removed
14
-
* Python 3.7 support removed
15
-
* Changed test setup to run tox from github actions for consistency in testing
0 commit comments