From bb12c87a7ee37ab1ffc28798e18b30ee90300b4c Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 23 Feb 2016 14:17:04 -0800 Subject: [PATCH] Maybe not going to do this since the compiler is getting slower --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61065acba..3270401f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,7 @@ BACKWARDS INCOMPATIBILITIES: the packer-* plugin files** or packer will load out-of-date plugins from disk. * Release binaries are now provided via . - * Packer 0.9.0 is now built with Go 1.6. Future versions will drop support - for building with Go 1.4. + * Packer 0.9.0 is now built with Go 1.6. * core: Plugins that implement the Communicator interface must now implement a DownloadDir method [GH-2618] * builder/amazon: Inline `user_data` for EC2 is now base64 encoded