File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22Changes
33=======
44
5- Unreleased
6- ==========
5+ 13.0.0
6+ ======
77* ``THUMBNAIL_STORAGE `` should now be an alias in the Django ``STORAGES `` setting.
88 The old way of specifying a dotted path to a Storage module is still supported.
99* Fixed serialization to use storage aliases instead of backend class paths, ensuring
@@ -12,6 +12,10 @@ Unreleased
1212* Confirmed support for Python 3.13 (on Django 5.1+).
1313* Drop support for Python 3.8 and 3.9.
1414* Add support for Django 5.2
15+ * Accept a tuple as blur radius use GaussianBlur from PIL (#773)
16+ * Fixed a performance issue in convert engine with _get_exif_orientation
17+ * Reduced logging in ThumbnailBackend when THUMBNAIL_DUMMY is activated
18+ * Privileged sRGB as default for ImageMagick colorspace
1519
162012.11.0
1721=======
You can’t perform that action at this time.
0 commit comments