Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-11-29 10:38:16 -08:00 committed by GitHub
parent a057fb3868
commit facce6816f
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.8.0-rc2 (unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* Strings in configuration can no longer contain unescaped newlines. For unescaped newlines, heredocs must be used.
FEATURES:
* **New DataSource:** `aws_route_table` [GH-10301]