From 4086564557acdb291efd24270ed033e6e7022a6d Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 7 Jan 2023 15:39:59 -0800 Subject: [PATCH] prep 0.1.5 changelog --- ci/release/changelogs/next.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 02a599e54..5e817da8e 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,7 +1,7 @@ #### Features ๐Ÿš€ -- Crow foot notation is now supported. [#578](https://github.com/terrastruct/d2/pull/578) -- Exported SVGs also fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601) +- Crow foot notation has been added for arrowheads. See [docs](https://d2lang.com/tour/connections#arrowheads) for more. [#578](https://github.com/terrastruct/d2/pull/578) Thanks to new contributor @martinjirku! +- Exported SVGs fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601) #### Improvements ๐Ÿงน @@ -13,4 +13,4 @@ - Watch mode only fits to screen on initial load. [#601](https://github.com/terrastruct/d2/pull/601) - Dimensions (`width`/`height`) were incorrectly giving compiler errors when applied on a shape with style. [#614](https://github.com/terrastruct/d2/pull/614) - `near` would collide with labels if they were on the diagram boundaries in the same position. [#617](https://github.com/terrastruct/d2/pull/617) -- Fixes routing between sql table columns if the column name is the prefix of the table name [#615](https://github.com/terrastruct/d2/pull/615) +- Fixes routing between sql table columns if the column name is the prefix of the table name. [#615](https://github.com/terrastruct/d2/pull/615)