From 4d646149fed54348198d1c26ed11a8c64643f2dc Mon Sep 17 00:00:00 2001 From: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:45:17 +0000 Subject: [PATCH] Update the CHANGELOG If I would evaluate the CHANGELOG before the next release, I would reach the decision that #740 doesn't need a changelog entry However, @waywardmonkeys believes that it does, so the only viable way for this to end up in the changelog is to do it now --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78796af3d..c4577ee50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ This release has an [MSRV][] of 1.76. ### Fixed - Offset in image rendering, and sampling outside correct atlas area ([#722][] by [@dfrg]) +- Inference conflict when using Kurbo's `schemars` feature ([#733][] by [@ratmice][]) +- Detection of PNG format bitmap fonts, primarily for Apple systems ([#740][] by [@LaurenzV]) ## [0.3.0][] - 2024-10-04 @@ -138,6 +140,8 @@ This release has an [MSRV][] of 1.75. [@TrueDoctor]: https://github.com/TrueDoctor [@waywardmonkeys]: https://github.com/waywardmonkeys [@yutannihilation]: https://github.com/yutannihilation +[@LaurenzV]: https://github.com/LaurenzV +[@ratmice]: https://github.com/ratmice [#416]: https://github.com/linebender/vello/pull/416 [#435]: https://github.com/linebender/vello/pull/435 @@ -195,7 +199,9 @@ This release has an [MSRV][] of 1.75. [#706]: https://github.com/linebender/vello/pull/706 [#711]: https://github.com/linebender/vello/pull/711 [#722]: https://github.com/linebender/vello/pull/722 +[#733]: https://github.com/linebender/vello/pull/733 [#735]: https://github.com/linebender/vello/pull/735 +[#740]: https://github.com/linebender/vello/pull/740 [Unreleased]: https://github.com/linebender/vello/compare/v0.3.0...HEAD