Updated Changelog (markdown)

master
aharonrobbins 2017-02-23 12:08:19 +02:00
parent 2c2c3c88b0
commit 91674995df
1 changed files with 2 additions and 0 deletions

@ -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.