From c1bf4a8ee3344dd69f5fb42b6147b49229d2424b Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Sat, 21 Sep 2024 12:50:10 -0700 Subject: [PATCH] changelog entry for CLI compatibility break --- book/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index b34d3412..5403d6c4 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -132,6 +132,10 @@ This will be the first release of Grapevine since it was forked from Conduit 12. **BREAKING:** Disable unauthenticated access to media by default, set the `serve_media_unauthenticated` config option to `true` to enable it. ([!103](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/103)) +13. **BREAKING:** Split CLI into multiple subcommands. The CLI invocation to run + the server is now behind the `serve` command, so `grapevine --config ...` + becomes `grapevine serve --config ...`. + ([!108](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/108)) ### Fixed