From 6dcf7779365243f03f40db9c788888cafa0f3c20 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 3 Jun 2024 16:52:20 +0700 Subject: [PATCH] Update `CHANGELOG.md` (#594) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ceb73b40..df926b534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,16 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe ### Added - [#435](https://github.com/linebender/vello/pull/435) - Sweep gradients by [@dfrg](https://github.com/drfg) +- [#538](https://github.com/linebender/vello/pull/538) - Impl `From` for `Scene` by [@waywardmonkeys](https://github.com/waywardmonkeys) - [#544](https://github.com/linebender/vello/pull/544) - Restore glyph hinting support by [@dfrg](https://github.com/drfg) +- [#555](https://github.com/linebender/vello/pull/555) - Better glyph caching by [@dfrg](https://github.com/drfg) +- [#563](https://github.com/linebender/vello/pull/563) - Use `vello_shaders` crate to load and preprocess WGSL by [@armansito](https://github.com/armansito) ### Changed +- [#516](https://github.com/linebender/vello/pull/516) - Better error types by [@DasLixou](https://github.com/DasLixou) - [#547](https://github.com/linebender/vello/pull/547) - `RenderContext::new()` no longer returns a `Result` by [@waywardmonkeys](https://github.com/waywardmonkeys) +- [#560](https://github.com/linebender/vello/pull/560) - Update to `wgpu` 0.20 by [@waywardmonkeys](https://github.com/waywardmonkeys) ### Fixed @@ -25,6 +30,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe - [#521](https://github.com/linebender/vello/pull/521) - Increase robustness of cubic params by [@raphlinus](https://github.com/raphlinus) - [#526](https://github.com/linebender/vello/pull/526) - Increases ~64k draw object limit by [@raphlinus](https://github.com/raphlinus) - [#537](https://github.com/linebender/vello/pull/537) - Increase robustness of GPU shaders by [@raphlinus](https://github.com/raphlinus) +- [#573](https://github.com/linebender/vello/pull/573) - Fix bug in join estimates in `vello_encoding` by [@armansito](https://github.com/armansito) ## 0.1.0 (2024-03-04)