From ec2e347f46006fb1a460619f3f1ba4ca78304106 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Jul 2013 16:07:08 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018067623..fdddea4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ FEATURES: existing artifacts if they exist. [GH-173] * You can now log to a file (instead of just stderr) by setting the `PACKER_LOG_FILE` environmental variable. [GH-168] +* Checksums other than MD5 can now be used. SHA1 and SHA256 can also + be used. See the documentation on `iso_checksum_type` for more info. [GH-175] IMPROVEMENTS: