update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-04-18 16:41:44 -07:00
parent 2acc9b2e44
commit 20155d0318

View File

@ -2,10 +2,11 @@
IMPROVEMENTS:
* **New config function: `length`** - Get the length of a string or a list.
* **New config function: `length`** - Get the length of a string or a list.
Useful in conjunction with `split`. [GH-1495]
* core: Improve error message on diff mismatch [GH-1501]
* provisioner/file: expand `~` in source path [GH-1569]
* core: Improve error message on diff mismatch [GH-1501]
* provisioner/file: expand `~` in source path [GH-1569]
* provider/docker: `docker_container` can specify links [GH-1564]
BUG FIXES: