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