diff --git a/CHANGELOG.md b/CHANGELOG.md index b391ae9e8..6d629b9c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - +## [5.3.0] - 2020-03-20 * Stop instanciating an object to check its class name. (#290) * Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270) @@ -40,6 +40,16 @@ * Fix for error message with multiple CALL statements (#223) * Recognize the question mark character as a parameter (#242) +## [4.6.0] - 2020-03-20 + +* Stop instanciating an object to check its class name. (#290) +* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270) +* Allow phpunit 7 +* Fix for php error when "INSERT INTO x SET a = 1" is "INSERT INTO x SET = 1" (#295) +* Fixed lexer fails to detect "*" as a wildcard (#288) +* Fixed ANSI_QUOTES support (#284) +* Fixed parser mistakes with comments (#156) + ## [4.5.0] - 2020-01-07 * Fix ALTER TABLE ... PRIMARY/UNIQUE KEY results in error (#267)