From 6786cdbdda8f086e704956c2e66ddb04c4188fab Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Tue, 5 Dec 2017 12:42:01 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4b37643..fac03ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ## v1.1.5 (dev-snapshot) -* Added support for MariaDB 10.0.32, 10.1.26, 10.2.7 and 5.5.57. -* Added support for MySQL 5.5.57, 5.6.37 and 5.7.19. +* Added support for MariaDB 5.5.57 - 5.5.58, 10.0.32 - 10.0.33, 10.1.26 - 10.1.29, and 10.2.7 - 10.2.11. +* Added support for MySQL 5.5.57 - 5.5.58, 5.6.37 - 5.6.38, and 5.7.19 - 5.7.20. +* Added support for Percona 5.7.19-17, 64-bit only. * The plugin now sends the numeric MySQL error code ("status") for commands when they fail, or zero on success. This fixes issue [#82](https://github.com/mcafee/mysql-audit/issues/82). * Fix issue [#171](https://github.com/mcafee/mysql-audit/issues/171). * Fix issue [#172](https://github.com/mcafee/mysql-audit/issues/172).