summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2020-07-03 12:09:43 -0500
committerFederico Mena Quintero <federico@gnome.org>2020-07-03 12:09:43 -0500
commit200b802882db5198d39929342dd88a1e7687b907 (patch)
tree54283540b11d41c22917b0825f0f1b4c9a263268 /NEWS
parentd9dbf0811d1111275256aedd27e644e6e2bd0589 (diff)
downloadlibrsvg-200b802882db5198d39929342dd88a1e7687b907.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3efcf56..fc181b29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 2.49.3
+
+- #34 - The 'font' shorthand in is now supported in CSS. Librsvg
+ ignores the 'line-height' sub-property because it cannot be done
+ easily with Pango, but everything else in 'font' should work now.
+
+- #605 - Compute 'bolder' and 'lighter' font-weight correctly.
+
+- #219 - Make the path parser have a tokenizer/parser (Emile Snyder).
+
+- Fixes for the CI after the gitlab.gnome.org changes (Jordan Petridis).
+
+- Fixed some typos in the documentation (codespell is awesome!).
+
Version 2.49.2
- Fix failing tests.