From 03ccb1b05b9e9d4696eb5a3724a8e9f2a69fc078 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Sun, 7 Feb 2016 16:07:40 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8b048a0..eed9d86 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,8 @@ ## v1.0.9 (dev-snapshot) +* Added support for MySQL 5.7.9, 5.7.10 and 5.7.11 +* Added support for MariaDB 10.1.10 and 10.1.11 +* Fixed problem with setting variables to null. See issue: [#133](https://github.com/mcafee/mysql-audit/issues/133). +* If the password masking regex is set to a value that won't compile, revert to the default regex * Added MariaDB 10.0.19 to 10.0.21 offsets * Added MySQL offsets up to: 5.5.47 and 5.6.28 * Documentation fixes. See issue: [#115](https://github.com/mcafee/mysql-audit/issues/115).