From 7cf82894707638ba5ddb6f78902505ce64340309 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 5 Feb 2020 14:12:22 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19d031c05..21db21ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ BUG FIXES: * secrets/database/postgres: Fix inconsistent query parameter names: {{name}} or {{username}} for different queries. Now it allows for either for backwards compatibility [[GH-8240](https://github.com/hashicorp/vault/pull/8240)] * secrets/pki: Support FQDNs in DNS Name [[GH-8288](https://github.com/hashicorp/vault/pull/8288)] +* storage/mysql: Fix potential crash when using MySQL as coordination for high availability [GH-8229] ## 1.3.3 (Unreleased)