Update CHANGELOG.md

This commit is contained in:
Clint 2015-05-21 15:13:30 -05:00
parent e5f5e1a167
commit 46fa67e71d
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ IMPROVEMENTS:
* **New resource: `aws_sqs_queue`** [GH-1939]
* provider/aws: support ec2 termination protection [GH-1988]
* provider/aws: `aws_s3_bucket` add support for `policy` [GH-1992]
* provider/aws: New `force_destroy` parameter for S3 buckets, to destroy
Buckets that contain objects [GH-2007]
BUG FIXES:
* provider/aws: Correctly handle AWS keypairs which no longer exist [GH-2032]
## 0.5.2 (May 15, 2015)