Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-12-16 12:26:03 +00:00 committed by GitHub
parent f96e45ba56
commit 6a8619a5db
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.8.2 (unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* `aws_lambda_function` Please note that runtime is now a required field as AWS have deprecated the use of nodejs 0.10 in lambda functions [GH-9724]
FEATURES:
* **New Provider:** `New Relic` [GH-10317]
@ -14,6 +18,7 @@ FEATURES:
IMPROVEMENTS:
* provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway [GH-10776]
* provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 [GH-9724]
* provider/azurerm: add support for tags to dns_zone [GH-10750]
BUG FIXES: