changelog entry for CLI compatibility break

This commit is contained in:
Benjamin Lee 2024-09-21 12:50:10 -07:00
parent 5315bac0c5
commit c1bf4a8ee3
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

View file

@ -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