From 79bf5810f8bf8918ca341ed3fc818865881d8660 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 5 Feb 2019 16:03:18 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd267ac9..24bc5fb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ FEATURES: * **cURL Command Output**: CLI commands can now use the `-output-curl-string` flag to print out an equivalent cURL command. + * **Response Headers From Plugins**: Plugins can now send back headers that + will be included in the response to a client. The set of allowed headers can + be managed by the operator. IMPROVEMENTS: