Skip to content

Commit a115216

Browse files
committed
Updated Changelog for the upcoming 13.0.0 release
1 parent e5b1ab3 commit a115216

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changes
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

1620
12.11.0
1721
=======

0 commit comments

Comments
 (0)