From 4350723ebe965ef5f996800fb8a2d8fc06863179 Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Fri, 15 Mar 2019 13:44:56 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4a476d8b..504b10e301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ BUG FIXES: return a error response if a filtered mount path is requested. [[GH-6412]](https://github.com/hashicorp/vault/pull/6412) +FEATURES: + + * core: on non-windows platforms a SIGUSR2 will make the server log a dump of + all running goroutines' stack traces for debugging purposes. + IMPROVEMENTS: * agent/caching: Agent Caching will now return `X-Cache` and `Age` headers on