Skip to content

Commit 6e4c5fb

Browse files
authored
Update CHANGELOG.rst
1 parent 655713b commit 6e4c5fb

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
Changelog
33
=========
44

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
711
* fix: Migration dependency on latest django-cms migration.
812
* 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
16-
* Use django CMS 4.1 GrouperModelAdmin utility (breaking change wrt. django CMS 4.0)
17-
* Admin menu entry show alias change list in the language of the currently shown object
18-
* Automatically create static aliases in the language needed (fixing #162)
13+
* fest: Django 4.0, 4.1, and 4.2 support added
14+
* fest: Django 2.2 support removed
15+
* fest: Python 3.7 support removed
16+
* ci: Changed test setup to run tox from github actions for consistency in testing
17+
* feat: Use django CMS 4.1 GrouperModelAdmin utility (breaking change wrt. django CMS 4.0)
18+
* fix: Admin menu entry show alias change list in the language of the currently shown object
19+
* fix: Automatically create static aliases in the language needed (fixing #162)
1920

2021
1.11.0 (2022-10-14)
2122
===================

0 commit comments

Comments
 (0)