From f41429b6b43c0740732e32805f4f7fd91d08e46e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 19 Jun 2015 06:24:29 +0200 Subject: [PATCH] update CHANGELOG /cc @cbednarski - I try to do this after every PR just so I don't forget, not a bad practice to get into. This is perhaps arguably an "improvement" but I think due to the magnitude of code change I think its worth it in the features sectin. :) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a976086..25f52920d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,9 @@ FEATURES: batch files. [GH-2243] * **New provisioner: windows-restart**: Restart a Windows machines and wait for it to come back online. [GH-2243] + * **Compress post-processor supports multiple algorithms:** The compress + post-processor now supports lz4 compression and compresses gzip in + parallel for much faster throughput. IMPROVEMENTS: