Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-12-11 13:46:57 -08:00
parent 6225ace718
commit 8891849fc4

View File

@ -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,