Skip to content

Commit 17ff972

Browse files
committed
Prepare release
1 parent 85dcfc1 commit 17ff972

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Release type: minor
2+
3+
* *Feature:* Add `IMAGE_PROCESS_ADD_CLASS` and `IMAGE_PROCESS_CLASS_PREFIX` settings to control
4+
the `image-process-<transform>` CSS class assignment for processed images.
5+
* *Fix*: Encode URLs in `srcset` when they contain a space or a comma, as those characters have a special meaning in the context of a `srcset` value.
6+
* *Fix:* Improve operations for images with empty margins by using `image.width`/`image.height` instead of `bbox`.
7+
* *Fix:* Preserve HTML indentation when rewriting content.
8+
* *Fix:* Avoid loading images needlessly by only processing images if Pillow can handle them.
9+
* *Tests:* Make tests more resilient to small pixel content differences on ARM vs. Intel architectures.
10+
* *Docs:* Correct cropping transformation values.

0 commit comments

Comments
 (0)