aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-11 02:15:07 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-11 02:15:07 +0200
commit6d89fa1486fc78a2ffa10f8ed927c8af3fbf181f (patch)
tree3d5bf7738d438a80b775e8c5cd6a145d368d4bba /CHANGELOG.md
parentaf18d5f15dc7a64ba45d8c7b474ee0ce2750b050 (diff)
Make ssh use ssh.host properly
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0411fe5..2be3885 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `var` subcommand is now referenced in `usage`.
+### Changed
+
+- `ssh` subcommand should now only check for `ssh.host`, and show an appropriate
+ warning if one is not set for a node.
+
## [1.0.0] - 2022-05-06
Initial release.