ChangeLog.md in chake-0.4 vs ChangeLog.md in chake-0.4.1
- old
+ new
@@ -1,4 +1,12 @@
+# 0.4.1
+
+* Don't always assume the local username as the remote username for SSH
+ connections:
+ * `user@host`: connect with `user@host`
+ * `host`: connect with `host` (username will be obtained by SSH itself from
+ either its configuration files or the current username)
+
# 0.4.0
* Redesign build of RPM package
* Output of command run on nodes is now aligned
* Change storage of temporary files from .tmp to tmp/chake