update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-04-20 14:17:24 -07:00
parent dc69603cd4
commit 5ba091450f
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
## 0.5.0 (unreleased)
FEATURES:
* **Multi-provider (a.k.a multi-region)**: Multiple instances of a single
provider can be configured so resources can apply to different settings.
As an example, this allows Terraform to manage multiple regions with AWS.
IMPROVEMENTS:
* **New config function: `length`** - Get the length of a string or a list.