Skip to content

Commit 66ef802

Browse files
committed
Add issue numbers and improve CHANGELOG entries
Signed-off-by: Isaac Bennetch <[email protected]>
1 parent c8febda commit 66ef802

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## [Unreleased]
44

5-
* Add support for INDEX hints in SELECT statement
6-
* Add support for LOCK and UNLOCK TABLES statement
7-
* Add detection of extraneous comma in UPDATE statement
8-
* Add detection of a missing comma between two ALTER operations
9-
* Add missing support for STRAIGHT_JOIN
10-
* Add support for end options in SET statement
11-
* Fix building of RENAME statements
12-
* Add support for PURGE statements
5+
* Add support for aliases on CASE expressions (#162 and #192)
6+
* Add support for INDEX hints in SELECT statement (#199)
7+
* Add support for LOCK and UNLOCK TABLES statement (#180)
8+
* Add detection of extraneous comma in UPDATE statement (#160)
9+
* Add detection of a missing comma between two ALTER operations (#189)
10+
* Add missing support for STRAIGHT_JOIN (#196)
11+
* Add support for end options in SET statement (#190)
12+
* Fix building of RENAME statements (#201)
13+
* Add support for PURGE statements (#207)
14+
* Add support for COLLATE keyword (#190)
1315

1416
## [4.2.5] - 2018-10-31
1517

0 commit comments

Comments
 (0)