From 4667bcacef9fc513b646e41a5a01ed90269096e3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 Jun 2023 21:46:46 +0000 Subject: [PATCH] Changelog update - v2.4.0 --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883f6c28..bcd524af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ ## Unreleased -### Added +## 2.4.0 - 2023-06-02 +### Added - Allow configuring the binary directory separately from data. - Add status and start/stop buttons to the recent connections view. ### Changed - -- Check binary version with `version --output json` (if available) since this is - faster than waiting for the round trip checking etags. It also covers cases +- Check binary version with `version --output json` (if available) since this is + faster than waiting for the round trip checking etags. It also covers cases where the binary is hosted somewhere that does not support etags. - Move the template link from the row to a dedicated button on the toolbar.