Update CHANGELOG.md

This commit is contained in:
Joe Topjian 2016-08-22 20:09:18 -06:00 committed by GitHub
parent 9e4fc09365
commit 51d669be44
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
FEATURES:
* **New Resources:** `aws_api_gateway_domain_name` and `aws_api_gateway_base_path_mapping`, for using custom domains in AWS API Gateway [GH-8353]
IMPROVEMENTS:
* provider/openstack: Add `allowed_address_pairs` to `openstack_networking_port_v2` [GH-8257]
BUG FIXES:
* core: fix crash case when malformed JSON given [GH-8295]
* core: when asking for input, spaces are allowed [GH-8394]