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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
3.2.0 (2024-08-23)
6
+
==================
7
+
8
+
* feat: Add cache for permission checks by @fsbraun in https://github.com/django-cms/django-filer/pull/1486
9
+
* fix: Reduce number of thumbnails created for admin, avoid admin thumbnails for svg files by @fsbraun in https://github.com/django-cms/django-filer/pull/1490
10
+
* fix: Allow ``Image.MAX_IMAGE_PIXELS`` to be ``None`` by @fsbraun in https://github.com/django-cms/django-filer/pull/1475
11
+
* docs: Update extending_filer.rst by @DmytroLitvinov in https://github.com/django-cms/django-filer/pull/1488
12
+
13
+
**New contributor:**
14
+
15
+
* @DmytroLitvinov made their first contribution in https://github.com/django-cms/django-filer/pull/1488
0 commit comments