Adding Chef provisioner info to the CHANGELOG

This commit is contained in:
Sander van Harmelen 2015-05-12 23:56:32 +02:00
parent 4e0aa334fa
commit 57666d4233
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,10 @@
## 0.5.1 (unreleased)
FEATURES:
* **Chef provisioning**: You can now provision new hosts (both Linux and
Windows) with [Chef](https://chef.io) using a native provisioner [GH-1868]
IMPROVEMENTS:
* provider/aws: `aws_s3_bucket` exports `hosted_zone_id` and `region` [GH-1865]
@ -797,5 +802,3 @@ BUG FIXES:
## 0.1.0 (July 28, 2014)
* Initial release