From 67783875fc7f328428797da5e2680b1f38b83706 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 18 Jun 2018 09:31:40 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 523a61d3d..3f6e2ca4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ FEATURES: IMPROVEMENTS: + * approle: Return 404 instead of 202 on invalid role names during POST + operations [GH-4778] * core: Add idle and initial header read/TLS handshake timeouts to connections to ensure server resources are cleaned up [GH-4760] * core: Report policies in token, identity, and full sets [GH-4747]