update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-01-16 09:59:03 -08:00
parent dc036a0dd0
commit 58649132cf
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ BUG FIXES:
* core: Fix a panic case when certain invalid types were used in
the configuration. [GH-691]
* core: Escape characters `\"`, `\n`, and `\\` now work in interpolations.
* core: Fix crash that could occur when there are exactly zero providers
installed on a system. [GH-786]
* provider/aws: ELB subnet change doesn't force new resource. [GH-804]
PLUGIN CHANGES: