From e79ee0a9c61b5e681c872facba9ade63bee4c44d Mon Sep 17 00:00:00 2001 From: guylichtman Date: Sun, 2 Dec 2012 08:10:41 -0800 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 43c2a93..84b729d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## v1.0.3 * Added MySQL offsets up to 5.5.28 and 5.1.66 -* New configuration var: `offsets_by_version` - If checksum validation doesn't pass will attempt to load and validate offsets according to the MySQL version (default: on). +* New configuration var: `offsets_by_version` - If checksum validation doesn't pass, will attempt to load and validate offsets according to the MySQL version (default: on). * New configuration var: `validate_offsets_extended` - perform offset extended validation (default: on). * Better support for MySQL Cluster NDB: fixed bug with socket mode. * Support for '{}' in `audit_record_objs` as a means to specify an empty set. See issue [#12](https://github.com/mcafee/mysql-audit/issues/12).