Skip to content

Commit 59edb27

Browse files
committed
Fix CHANGELOG merge conflicts
Signed-off-by: Isaac Bennetch <[email protected]>
1 parent e12ca0b commit 59edb27

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Change Log
22

3-
## [4.3.2] - 2019-06-03
3+
## [5.0.0] - 2019-05-09
44

5+
* Drop support for PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
6+
* Enable strict mode on PHP files
57
* Fix redundant whitespaces in build() outputs (#228)
68
* Fix incorrect error on DEFAULT keyword in ALTER operation (#229)
79
* Fix incorrect outputs from Query::getClause (#233)
@@ -11,10 +13,10 @@
1113
* Fix for error message with multiple CALL statements (#223)
1214
* Recognize the question mark character as a parameter (#242)
1315

14-
## [5.0.0] - 2019-05-09
16+
## [4.3.2] - 2019-06-03
17+
18+
Backport fixes from 5.0.0 to QA branch:
1519

16-
* Drop support for PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM
17-
* Enable strict mode on PHP files
1820
* Fix redundant whitespaces in build() outputs (#228)
1921
* Fix incorrect error on DEFAULT keyword in ALTER operation (#229)
2022
* Fix incorrect outputs from Query::getClause (#233)

0 commit comments

Comments
 (0)