ChangeLog.md in chake-0.4.3 vs ChangeLog.md in chake-0.5
- old
+ new
@@ -1,4 +1,9 @@
+# 0.5
+
+* Add a task login:$host that you can use to easily log in to any of your
+ hosts.
+
# 0.4.3
* When running remote commands as root, run `sudo COMMAND` directly instead of
`sudo sh -c "COMMAND"`. Under over-restrictive sudo setups (i.e. one in which
you cannot run a shell as root), `sudo sh -c "FOO"` will not be allowed.