summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-02-01 19:16:08 -0600
committerFederico Mena Quintero <federico@gnome.org>2018-02-01 19:16:08 -0600
commit193ce0426d73d7956b9258e85e3634bf5b67ecea (patch)
tree6e16c382974bfaca6a87af00767386e86dc19f54 /NEWS
parent724e28216093b7ffec0b0b02bb10addbdab0cfcc (diff)
downloadlibrsvg-193ce0426d73d7956b9258e85e3634bf5b67ecea.tar.gz
Update NEWS for 2.42.22.42.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37e87072..5da49aac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
Version 2.42.2
- gitlab#193 - Don't crash when feConvolveMatrix doesn't specify
orderx/ordery attributes.
+- gitlab#136 - Parse stroke-dasharray property correctly. This code
+ is in Rust now; yay! (Jordan Petridis).
- Don't render markers if they are zero-sized, per the spec.
- Performance: eliminate a bunch of string copies during parsing.
- Update rust-cssparser to 0.23 (Igor Gnatenko).