diff --git a/CHANGELOG.md b/CHANGELOG.md index 1464fb67c..a5b0ce42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.13.3 / 2015-05-11 +* [BUGFIX] Handle fingerprint collisions properly. +* [CHANGE] Comments in rules file must start with `#`. (The undocumented `//` + and `/*...*/` comment styles are no longer supported.) +* [ENHANCEMENT] Switch to custom expression language parser and evaluation + engine, which generates better error messages, fixes some parsing edge-cases, + and enables other future enhancements (like the ones below). +* [ENHANCEMENT] Limit maximum number of concurrent queries. +* [ENHANCEMENT] Terminate running queries during shutdown. + ## 0.13.2 / 2015-05-05 * [MAINTENANCE] Updated vendored dependcies to their newest versions. * [MAINTENANCE] Include rule_checker and console templates in release tarball. diff --git a/VERSION b/VERSION index 9beb74d49..288adf538 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.2 +0.13.3