aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2290cc..07e8558 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@
* JPEG XL support ([#14][14])
* Log output now respects the [`NO_COLOR`](http://no-color.org/)
environment variable.
+* Support for linking against a system provided nanosvg library. See
+ the new `-Dsystem-nanosvg` meson option. Defaults to `disabled`
+ (i.e. use the bundled version).
[14]: https://codeberg.org/dnkl/wbg/pulls/14