diff options
author | William Desportes <williamdes@wdes.fr> | 2019-10-28 23:43:50 +0100 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-10-28 23:44:01 +0100 |
commit | dedb5d5236a384963de97ce25f2e90355d5216ac (patch) | |
tree | 73c25cbe683b0f639a666c42ba32bf83cb6e18a4 | |
parent | 84535cf81aaa1906825ae6ee2e2f3ea7159d2742 (diff) | |
download | sql-parser-dedb5d5236a384963de97ce25f2e90355d5216ac.zip sql-parser-dedb5d5236a384963de97ce25f2e90355d5216ac.tar.gz sql-parser-dedb5d5236a384963de97ce25f2e90355d5216ac.tar.bz2 |
Add CHANGELOG entries for #258 and #264
Signed-off-by: William Desportes <williamdes@wdes.fr>
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b30e2..ed6eae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [Unreleased] - +* Fix for PHP deprecations messages about implode for php 7.4+ (#258) +* Parse CHECK keyword on table definition (#264) + ## [4.3.2] - 2019-06-03 * Fix redundant whitespaces in build() outputs (#228) |