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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,23 @@
2
2
Changelog
3
3
=========
4
4
5
-
2.0.0rc3 (2023-12-12)
6
-
=====================
5
+
2.0.1 (2024-03-27)
6
+
==================
7
+
8
+
* fix: Remove newline from alias template by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/220
9
+
* fix Sync pre-commit checks (#216) by @raffaellasuardini in https://github.com/django-cms/djangocms-alias/pull/226
10
+
* fix: Remove `get_absolute_url` from both `Alias` and `AliasContent` models by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/199
11
+
* fix djangocms-versioning draft deletion bug (#214) by @fscherf in https://github.com/django-cms/djangocms-alias/pull/215
12
+
13
+
Contributors
14
+
15
+
* @aacimov made their first contribution in https://github.com/django-cms/djangocms-alias/pull/213
16
+
* @raffaellasuardini made their first contribution in https://github.com/django-cms/djangocms-alias/pull/217
17
+
* @fscherf made their first contribution in https://github.com/django-cms/djangocms-alias/pull/215
18
+
19
+
20
+
2.0.0 (2023-12-12)
21
+
==================
7
22
* fix: avoid generating migrations based on settings.LANGUAGE by @vasekch in https://github.com/django-cms/djangocms-alias/pull/186
8
23
* fix: Enable caching for `static_alias` template tag by @vasekch in https://github.com/django-cms/djangocms-alias/pull/200
9
24
* fix: `static_alias` unnecessarily creates new content objects when used with versioning by @fsbraun in https://github.com/django-cms/djangocms-alias/pull/202
0 commit comments