Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-08-26 14:54:41 -07:00
parent 3934c1b106
commit 660667957e

View File

@ -14,6 +14,9 @@ BACKWARDS INCOMPATIBILITIES:
FEATURES:
* **New Provider: `google`**: Manage Google Compute instances, disks,
firewalls, and more.
* **New Provider: `mailgun`**: Manage mailgun domains.
* **New Function: `concat`**: Concatenate multiple strings together.
Example: `concat(var.region, "-", var.channel)`.