Skip to content

Commit

Permalink
Add issue numbers and improve CHANGELOG entries
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
  • Loading branch information
ibennetch committed Dec 25, 2018
1 parent c8febda commit 66ef802
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## [Unreleased]

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

## [4.2.5] - 2018-10-31

Expand Down

0 comments on commit 66ef802

Please sign in to comment.