diff options
author | Deven Bansod <devenbansod.bits@gmail.com> | 2019-03-24 09:40:31 +0530 |
---|---|---|
committer | Deven Bansod <devenbansod.bits@gmail.com> | 2019-03-24 09:40:31 +0530 |
commit | 08bb9506b65bb361a78453aebd18669e324a4101 (patch) | |
tree | 2fa8147716c309a32dfe9e98499a0b749fe2fcfe | |
parent | 24b4e009d5926a55030e7e1e6536ac462e74843f (diff) | |
download | sql-parser-08bb9506b65bb361a78453aebd18669e324a4101.zip sql-parser-08bb9506b65bb361a78453aebd18669e324a4101.tar.gz sql-parser-08bb9506b65bb361a78453aebd18669e324a4101.tar.bz2 |
fix incorrect PR title in ChangeLog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6096aaf..68334e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * 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) +* Fix incorrect outputs from Query::getClause (#233) ## [4.3.1] - 2019-01-05 |