From 5b86b62e7a79515b9a9103ddc3e54205ce4e542f Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Wed, 17 May 2023 23:02:56 +0300 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6362f32c3..a0fe8af09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). This changelog also contains important changes in dependencies. ## [Unreleased] + +## [0.33.0] - 2023-05-17 ### Added - A new rendering algorithm.
When rendering [isolated groups](https://razrfalcon.github.io/notes-on-svg-parsing/isolated-groups.html), @@ -859,7 +861,8 @@ This changelog also contains important changes in dependencies. ### Fixed - `font-size` attribute inheritance during `use` resolving. -[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.32.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/resvg/compare/v0.33.0...HEAD +[0.33.0]: https://github.com/RazrFalcon/resvg/compare/v0.32.0...v0.33.0 [0.32.0]: https://github.com/RazrFalcon/resvg/compare/v0.31.1...v0.32.0 [0.31.1]: https://github.com/RazrFalcon/resvg/compare/v0.31.0...v0.31.1 [0.31.0]: https://github.com/RazrFalcon/resvg/compare/v0.30.0...v0.31.0