From d62aa0ee1944d4b2f0224ea961948fc41574bb6b Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 1 Feb 2016 20:16:56 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aba8ba302..d210195b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,9 @@ DEPRECATIONS/BREAKING CHANGES: * `etcd` physical backend: `sync` functionality is now supported and turned on by default. This can be disabled. [GH-921] * `transit`: Attempting to encrypt a value with a key that does not yet exist - now results in an error, not creation of the key [GH-979] + now results in an error, not creation of the key. The previous behavior can + be toggled on via the `allow_upsert` parameter to the new `transit/config` + endpoint. [GH-1011] * `token-renew` CLI command: If the token given for renewal is the same as the client token, the `renew-self` endpoint will be used in the API. Given that the `default` policy (by default) allows all clients access to the