Skip to content

Commit 5dc3cd0

Browse files
committed
Prepare for 5.3.0
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent 8a7e262 commit 5dc3cd0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased] -
3+
## [5.3.0] - 2020-03-20
44

55
* Stop instanciating an object to check its class name. (#290)
66
* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270)
@@ -40,6 +40,16 @@
4040
* Fix for error message with multiple CALL statements (#223)
4141
* Recognize the question mark character as a parameter (#242)
4242

43+
## [4.6.0] - 2020-03-20
44+
45+
* Stop instanciating an object to check its class name. (#290)
46+
* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270)
47+
* Allow phpunit 7
48+
* Fix for php error when "INSERT INTO x SET a = 1" is "INSERT INTO x SET = 1" (#295)
49+
* Fixed lexer fails to detect "*" as a wildcard (#288)
50+
* Fixed ANSI_QUOTES support (#284)
51+
* Fixed parser mistakes with comments (#156)
52+
4353
## [4.5.0] - 2020-01-07
4454

4555
* Fix ALTER TABLE ... PRIMARY/UNIQUE KEY results in error (#267)

0 commit comments

Comments
 (0)