From 8891849fc49defa751efc59493c5944042f7bcab Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Dec 2013 13:46:57 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed20fbe25..bd617e5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ BACKWARDS INCOMPATIBILITIES: comparison operations. See the Go documentation for more info: http://golang.org/pkg/text/template/ +FEATURES: + +* "description" field in templates: write a human-readable description + of what a template does. This will be shown in `packer inspect`. + IMPROVEMENTS: * core: Plugins communicate over a single TCP connection per plugin now,