summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2020-09-30 07:26:40 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2020-09-30 07:26:40 +0200
commit3e8076dbe225f84592ba2e3029b06cb438c05acd (patch)
treecbd0359a7c2408a346e41211732893b3d0d1af9a
parenta887b6d44a69e8a40a325a44635a229c50e3b3bf (diff)
downloadsqlparse-3e8076dbe225f84592ba2e3029b06cb438c05acd.tar.gz
Update changelog and authors.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG6
2 files changed, 6 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 13bd2df..852d4c0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/CHANGELOG b/CHANGELOG
index c9cb95f..789ee62 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)