Update CHANGELOG.md

This commit is contained in:
Jake Champlin 2017-01-11 13:39:26 -05:00 committed by GitHub
parent ed275af697
commit 1f036e7743
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.8.5 (Unreleased)
IMPROVEMENTS:
* provider/aws: Add 'route_table_id' to route_table data source ([#11157](https://github.com/hashicorp/terraform/pull/11157))
BUG FIXES:
* provider/aws: Fix panic when querying VPC's main route table via data source ([#11134](https://github.com/hashicorp/terraform/issues/11134))