From c989a851ce91168fb8dbabaeb31566290a733b1f Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Tue, 9 May 2023 00:50:08 +0200 Subject: [PATCH] Add fix to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7090e2f..144fd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `distant-core` crate no longer offers the `clap` feature +### Fixed + +- `distant launch manager://localhost` now rejects a bind address of `ssh` + as the `SSH_CONNECTION` environment variable isn't available in most cases + ## [0.20.0-alpha.4] - 2023-03-31 ### Added