Update CHANGELOG.md

This commit is contained in:
Clint 2016-01-12 09:59:32 -06:00
parent bad0784cfe
commit f31ed6614f
1 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,5 @@
## 0.6.10 (Unreleased)
IMPROVEMENTS:
* provider/aws: Add new parameters `az_mode` and `availabiliy_zone(s)` in ElastiCache [GH-4631]
* provider/aws: Allow ap-northeast-2 (Seoul) as valid region [GH-4637]
FEATURES:
* **New resource: `azurerm_network_security_rule`** [GH-4586]
@ -15,6 +10,9 @@ FEATURES:
IMPROVEMENTS:
* provider/aws: Add new parameters `az_mode` and `availabiliy_zone(s)` in ElastiCache [GH-4631]
* provider/aws: Allow ap-northeast-2 (Seoul) as valid region [GH-4637]
* provider/aws: Limit SNS Topic Subscription protocols [GH-4639]
* provider/aws: Add support for configuring logging on `aws_s3_bucket` resources [GH-4482]
BUG FIXES: