summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-02-10 11:13:17 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-02-10 12:09:04 -0600
commitf2f60f0e66179baf47c4e534ae2224e20c4b864f (patch)
tree6ef1a43ce98681c3e4c5679cf0267c30ce8d2979
parentc1d7a25d31084b184fd3debb8fb07cf2f133767c (diff)
downloadlibrsvg-f2f60f0e66179baf47c4e534ae2224e20c4b864f.tar.gz
Update NEWS
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/794>
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 347922da..76d87c5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Version 2.55.91
+===============
+
+The minimum supported Rust version (MSRV) is 1.64, because of the gtk-rs update.
+
+- #929 - Support "turn" unit for CSS <angle> values (Khadija Kamran).
+
+- #743 - Support the feDropShadow element (John Ledbetter, Federico Mena).
+
+- #928 - Fix panic when a feTile filter gets an empty source region.
+
+- Update to gtk-rs 0.17.0 (Bilal Elmoussaoui).
+
+- Simplify the NMake Makefiles for Windows; see win32/MSVC-Builds.md
+ for details (Chun-wei Fan).
+
+- Documentation and infrastructure updates (Andre Klapper, Violet Holland).
+
+- Consolidate the scattered .md documents into the Development Guide.
+ Updated links throughout.
+ (https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/index.html)
+
+- Internal refactoring of the test suite.
+
+- Updated dependencies to avoid duplicated crates.
+
Version 2.55.90
===============