From 9998b0039b2084ccd527e112ed44bdfc34a86db1 Mon Sep 17 00:00:00 2001 From: Bernard Xie Date: Tue, 28 Mar 2023 15:33:32 -0700 Subject: [PATCH] add readme --- ci/release/changelogs/next.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 4c027f570..27c7ae11e 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -2,6 +2,7 @@ - `--animate-interval` can be passed as a flag to animate multi-board diagrams. See [docs](https://d2lang.com/todo). [#1088](https://github.com/terrastruct/d2/pull/1088) - `paper` is available as a `fill-pattern` option [#1070](https://github.com/terrastruct/d2/pull/1070) +- fonts are now subsetted to reduce svg file size [#1089](https://github.com/terrastruct/d2/pull/1089) #### Improvements 🧹