diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 7512f6648..9dff242f5 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -5,6 +5,7 @@ - Vars: vars in markdown blocks are substituted [#2218](https://github.com/terrastruct/d2/pull/2218) - Markdown: Github-flavored tables work in `md` blocks [#2221](https://github.com/terrastruct/d2/pull/2221) - CLI: PNG output to stdout is supported using `--stdout-format png -` [#2260](https://github.com/terrastruct/d2/pull/2260) +- `d2 fm` now supports a `--check` flag [#2253](https://github.com/terrastruct/d2/pull/2253) #### Improvements 🧹