summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2019-06-03 08:32:07 -0400
committerIsaac Bennetch <bennetch@gmail.com>2019-06-03 08:32:07 -0400
commitb35c21f82e7202d739f6349a583b11e6d32b2b64 (patch)
treef1f3753c1bb2e366154e713dca0f6ab9314f226f
parent930444b7bbd3e7ab00ab6c8823875f00ea8039b0 (diff)
downloadsql-parser-b35c21f82e7202d739f6349a583b11e6d32b2b64.zip
sql-parser-b35c21f82e7202d739f6349a583b11e6d32b2b64.tar.gz
sql-parser-b35c21f82e7202d739f6349a583b11e6d32b2b64.tar.bz2
CHANGELOG entries for QA branch4.3.2
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2f28e0..97b30e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Change Log
-## [Unreleased] -
+## [4.3.2] - 2019-06-03
+
+* Fix redundant whitespaces in build() outputs (#228)
+* Fix incorrect error on DEFAULT keyword in ALTER operation (#229)
+* Fix incorrect outputs from Query::getClause (#233)
+* Add support for reading an SQL file from stdin
+* Fix for missing tokenize-query in Composer's vendor/bin/ directory
+* Fix for PHP warnings with an incomplete CASE expression (#241)
+* Fix for error message with multiple CALL statements (#223)
+* Recognize the question mark character as a parameter (#242)
## [4.3.1] - 2019-01-05