Update changelog and authors.

This commit is contained in:
Andi Albrecht 2020-09-30 07:26:40 +02:00
parent a887b6d44a
commit 3e8076dbe2
2 changed files with 6 additions and 1 deletions

View File

@ -65,5 +65,6 @@ Alphabetical list of contributors:
* Ville Skyttä <ville.skytta@iki.fi>
* vthriller <farreva232@yandex.ru>
* wayne.wuw <wayne.wuw@alibaba-inc.com>
* Will Jones <willjones127@gmail.com>
* William Ivanski <william.ivanski@gmail.com>
* Yago Riveiro <yago.riveiro@gmail.com>

View File

@ -11,11 +11,15 @@ Notable Changes
now doesn't return an empty string as the last element in some
cases (issue496).
Enhancements
* Add WINDOW keyword (pr579 by ali-tny).
* Add RLIKE keyword (pr582 by wjones1).
Bug Fixes
* Improved parsing of IN(...) statements (issue566, pr567 by hurcy).
* Preserve line breaks when removing comments (issue484).
* Improve parsing of WINDOW keyword (pr579 by ali-tny).
Release 0.3.1 (Feb 29, 2020)