changelog++

This commit is contained in:
Jeff Mitchell 2016-03-18 16:32:56 -04:00
parent f612415762
commit 74c7e5339b

View File

@ -2,17 +2,17 @@
IMPROVEMENTS: IMPROVEMENTS:
* credential/cert: Renewal requests are rejected if the set of policies has * command/auth: Restoring the previous authenticated token if the `auth` command
changed since the token was issued [GH-477] fails to authenticate the provided token [GH-1233]
* command/write: `-format` and `-field` can now be used with the `write` * command/write: `-format` and `-field` can now be used with the `write`
command [GH-1228] command [GH-1228]
* credential/cert: Renewal requests are rejected if the set of policies has
changed since the token was issued [GH-477]
* secret/pki: Added `exclude_cn_from_sans` field to prevent adding the CN to * secret/pki: Added `exclude_cn_from_sans` field to prevent adding the CN to
DNS or Email Subject Alternate Names [GH-1220] DNS or Email Subject Alternate Names [GH-1220]
* sys/capabilities: Enforcing ACL checks for requests that query the capabilities * sys/capabilities: Enforcing ACL checks for requests that query the capabilities
of a token on a given path [GH-1221] of a token on a given path [GH-1221]
* command/auth: Restoring the previous authenticated token if the `auth` command
fails to authenticate the provided token [GH-1233]
## 0.5.2 (March 16th, 2016) ## 0.5.2 (March 16th, 2016)
FEATURES: FEATURES: