diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-19 17:28:08 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-19 17:30:19 +0530 |
commit | e8e0cc791ffa92a9487d4bf2e1831f9ce34ee687 (patch) | |
tree | 6de13bbc2682a60eedf5923cfa1bda3ae3ae18c7 /CHANGELOG.md | |
parent | 5d5a068591e16a97f6cbbf6b75ecc2e5aed5bbf3 (diff) |
Add check for potential issues with SSH URL
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd290d2..13030724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - Add ability to view the Git commit log - Allow generating ECDSA and ED25519 keys for SSH - Add support for multiple/fallback authentication methods for SSH +- Add warning when the custom SSH port in a URL could potentially be ignored ### Changed |