From cf024df1e0e94abbe604f1395a2307702c9955d5 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:44:21 +0100 Subject: [PATCH] Update changelog. (#856) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882a4555..64103a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). This changelog also contains important changes in dependencies. ## [Unreleased] +### Added +- Added support for the `background-color` attribute. +- Add support for additional `image-rendering` attributes. + ### Changed - License to `Apache-2.0 OR MIT`. See [resvg#838](https://github.com/linebender/resvg/issues/838) for more information. +### Fixed +- Fix relative units handling when `use` references `symbol`. + ## [0.44.0] - 2024-09-28 ### Added - Stylesheet injection support.