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.