From a1c8cca970ac2a8ac6c17c28e3efe376b2cfba3f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 20 Jul 2018 14:11:31 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9ca0b642..91632e2d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ BUG FIXES: * core: Fix issue releasing the leader lock in some circumstances [GH-4915] * core: Fix a panic that could happen if the server was shut down while still starting up + * plugins: Fix being unable to send very large payloads to or from plugins + [GH-4958] * replication: Fix a case where a network interruption could cause a secondary to be unable to reconnect to a primary * secrets/pki: Fix permitted DNS domains performing improper validation