Skip to content

Commit 15a12c8

Browse files
committed
Add to the CHANGELOG
1 parent 4cfd83f commit 15a12c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ This release has an [MSRV] of 1.82.
2121
- Add `Bgra8` variant to `ImageFormat`. ([#120][] by [@sagudev][])
2222
- Provide `ImageAlphaType` with `ImageData`. ([#121][] by [@sagudev][])
2323

24+
### Removed
25+
26+
- Breaking change: `Mix::Clip` has been removed. Instead, if renderers wish to expose optimised clipping,
27+
they should do so through a more explicit mechanism. ([#124][] by [@DJMcNab][])
28+
2429
## [0.4.0][] (2025-04-30)
2530

2631
This release has an [MSRV] of 1.82.
@@ -139,6 +144,7 @@ This release has an [MSRV] of 1.70.
139144
[#114]: https://github.com/linebender/peniko/pull/114
140145
[#120]: https://github.com/linebender/peniko/pull/120
141146
[#121]: https://github.com/linebender/peniko/pull/121
147+
[#124]: https://github.com/linebender/peniko/pull/124
142148

143149
[@dfrg]: https://github.com/dfrg
144150
[@DJMcNab]: https://github.com/DJMcNab

0 commit comments

Comments
 (0)