summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2020-09-30 07:23:10 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2020-09-30 07:23:10 +0200
commit8cac74df73125c99b24babaad85a9a0937aa317e (patch)
treee8075b1da66dfd94b2904eab22dbbd48b23f9a6d
parent4c570778b2e1c06e8bfcb3c48ae5baeff908fcdf (diff)
downloadsqlparse-8cac74df73125c99b24babaad85a9a0937aa317e.tar.gz
Update changelog and authors.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index aa87893..13bd2df 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Alphabetical list of contributors:
* Adam Greenhall <agreenhall@lyft.com>
* Alexander Beedie <ayembee@gmail.com>
* Alexey Malyshev <nostrict@gmail.com>
+* ali-tny <aliteeney@googlemail.com>
* andrew deryabin <github@djsf.com>
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
* atronah <atronah.ds@gmail.com>
diff --git a/CHANGELOG b/CHANGELOG
index 05390fe..c9cb95f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,7 @@ 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)