From 9529d43a21f3693fa8bb588d25569b5456eeaa1c Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Fri, 1 Nov 2024 12:16:49 -0400 Subject: [PATCH] ChangeLog entry for check-config subcmd --- book/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index a8951562..5b2da825 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -272,3 +272,6 @@ This will be the first release of Grapevine since it was forked from Conduit 23. Added support for HAProxy [proxy protocol](http://www.haproxy.org/download/3.0/doc/proxy-protocol.txt) listeners. ([!97](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/97)) +24. Add a `check-config` CLI subcommand to check whether the configuration file + is valid. + ([!121](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/121))