From 54260c46b938cd476ecf0adceb61cc2af3f31610 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 7 May 2023 12:12:04 -0700 Subject: [PATCH] Update next.md --- 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 f8c1119ab..d01b0066e 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -3,5 +3,6 @@ #### Improvements 🧹 - Use shape specific sizing for grid containers [#1294](https://github.com/terrastruct/d2/pull/1294) +- Watch mode browser uses an error favicon to easily indicate compiler errors. Thanks @sinyo-matu ! [#1240](https://github.com/terrastruct/d2/pull/1240) #### Bugfixes ⛑️