ChangeLog.md in chake-0.6 vs ChangeLog.md in chake-0.7
- old
+ new
@@ -1,4 +1,12 @@
+# 0.7
+
+* gemspec: improve summary and description
+* Also for encrypted files under $cookbook/files/, and not only under
+ $cookbook/files/\*/.
+* Allow overriding tmpdir with `$CHAKE_TMPDIR`
+* Stop cloud-init from resetting the hostname
+
# 0.6
* Support a ssh prefix command by setting `$CHAKE_SSH_PREFIX` in the
environment. For example, `CHAKE_SSH_PREFIX=tsocks` will make all ssh
invocations as `tocks ssh ...` instead of just `ssh ...`.