From d2f6fee480351cd8bbf23fb04238da834d18b1cd Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 6 Aug 2023 14:19:55 -0500 Subject: [PATCH] chore: update changelog for 2.5.2 release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9221e892..ac6866f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Fixed - Inability to connect to a workspace after going back to the workspaces view. +- Remove version warning for 2.x release. ### Changed - Add a message to distinguish between connecting to the worker and querying for @@ -28,8 +29,8 @@ - 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.