From 87c3fb2d54663ee058dd0c2d8677aafc50a6e66e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 2 Nov 2017 17:41:52 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 308fd5bd8..cceb7408f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ BUG FIXES: * physical/file: Fix listing when underscores are the first component of a path [GH-3476] * plugins: Allow response errors to be returned from backend plugins [GH-3412] + * secret/transit: Fix panic if the length of the input ciphertext was less + than the expected nonce length [GH-3521] ## 0.8.3 (September 19th, 2017)