diff options
author | Deven Bansod <devenbansod.bits@gmail.com> | 2019-03-13 11:04:08 +0530 |
---|---|---|
committer | Deven Bansod <devenbansod.bits@gmail.com> | 2019-03-13 11:04:08 +0530 |
commit | 43f3802923b22da9b52c61796eabe13b2d2629a0 (patch) | |
tree | 8ae0dde72198dc48474ed1d6f061dbdf41f7ebb2 | |
parent | a404e855c90692efea8e9e77004be56fc0d7c8e2 (diff) | |
download | sql-parser-43f3802923b22da9b52c61796eabe13b2d2629a0.zip sql-parser-43f3802923b22da9b52c61796eabe13b2d2629a0.tar.gz sql-parser-43f3802923b22da9b52c61796eabe13b2d2629a0.tar.bz2 |
Add ChangeLog for #228, #229 and #233
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 747fd20..6096aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ * Drop support for PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM * Enable strict mode on PHP files +* Fix redundant whitespaces in build() outputs (#228) +* Fix incorrect error on DEFAULT keyword in ALTER operation (#229) +* Fix incorrect outputs from Utils::getQuery (#233) ## [4.3.1] - 2019-01-05 |