From 91674995df063458d2733eed6772718c75b2ab22 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Thu, 23 Feb 2017 12:08:19 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 65e3f74..bf85c9e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,8 @@ * New configuration variable, `audit_before_after`, which determines if the log record is written before or after execution of the SQL statement. Possible string values are `'before'`, `'after'`, or `'both'`. The default is `after`. * This changes the behavior of the plugin for statements created with `PREPARE`. * Using `'both'` produces two records for each statement, be prepared to process them. +* The offset extraction script is now included in the pre-built binary releases. +* Fixed a crash in cases where there are no connection attributes. See issue [#160](https://github.com/mcafee/mysql-audit/issues/160). ## v1.1.1 * Added support for MySQL 5.5.54, 5.6.35, and 5.7.17.