update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-02-23 15:20:46 -08:00
parent 3f9dafc5f6
commit 6e5f60c48a
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 0.4.0 (unreleased) ## 0.4.0 (unreleased)
FEATURES:
* **Self-variables** can be used to reference the current resource's
attributes within a provisioner. Ex. `${self.private_ip_address}` [GH-1033]
IMPROVEMENTS: IMPROVEMENTS:
* **New config function: `split`** - Split a value based on a delimiter. * **New config function: `split`** - Split a value based on a delimiter.