From 0e771e62b62bef816d4f5476007d9ced04a01a83 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 29 Oct 2015 17:08:31 -0700 Subject: [PATCH] Updated changelog to note changes to the plugin system --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc93c7f4..87bec68cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.9.0 (Unreleased) + +BACKWARDS INCOMPATIBILITIES: + + * Packer now ships as a single binary, including plugins. If you install packer 0.9.0 over a previous packer installation, **you must delete all of the packer-* plugin files** or packer will load out-of-date plugins from disk. + +FEATURES: + + * + +IMPROVEMENTS: + + * Packer plugins are now compiled into the main binary, reducing file size and build times, and making packer easier to install. The overall plugin architecture has not changed and third-party plugins can still be loaded from disk. Please make sure your plugins are up-to-date! + +BUG FIXES: + + * + ## 0.8.6 (Aug 22, 2015) IMPROVEMENTS: