From 618fc4370e8e95dcb0f02beb55cd35794fb19ca8 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 10 Mar 2016 18:57:14 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d783680..910c195b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES: * provider/aws: `aws_s3_bucket_object` field `etag` is now trimming off quotes (returns raw MD5 hash) [GH-5305] * provider/consul: `consul_keys` `key` blocks now respect `delete` flag for removing individual blocks. Previously keys would be deleted only when the entire resource was removed. * provider/google: `next_hop_network` on `google_compute_route` is now read-only, to mirror the behavior in the official docs [GH-5564] + * state/remote/http: PUT requests for this backend will now have `Content-Type: application/json` instead of `application/octet-stream` [GH-5499] + FEATURES: @@ -47,6 +49,8 @@ IMPROVEMENTS: * provider/openstack: Re-Add server.AccessIPv4 and server.AccessIPv6 [GH-5366] * provider/vsphere: Add support for disk init types [GH-4284] * provider/google: Mark `next_hop_network` as read-only on `google_compute_route` [GH-5564] + * state/remote/http: Change content type of PUT requests to the more appropriate `application/json` [GH-5499] + BUG FIXES: