From bc9b97e2ea0fa8cc7960b5f8397a257524c16bad Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 11 Dec 2017 16:57:40 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eceb566533..0250d4981f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ BUG FIXES: * core: Fix potential panic that could occur using plugins when a node transitioned from active to standby [GH-3638] * core: Replace recursive token revocation logic with depth-first logic, which - can avoid stack overflows in extreme cases [GH-2348] + can avoid hitting stack depth limits in extreme cases [GH-2348] * core/pkcs11 (enterprise): Fix panic when PKCS#11 library is not readable * database/mysql: Allow the creation statement to use commands that are not yet supported by the prepare statement protocol [GH-3619]