update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-02-20 13:46:35 -08:00
parent 45a267111b
commit 09ea85a7c6
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 0.4.0 (unreleased)
IMPROVEMENTS:
* **New config function: `split`** - Split a value based on a delimiter.
This is useful for faking lists as parameters to modules.
BUG FIXES:
* core: module outputs can be used as inputs to other modules [GH-822]