summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2020-02-02 21:23:49 +0100
committerAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2020-02-02 21:23:49 +0100
commit418b04f7e503a57757a3a4ad338e694e02283dd7 (patch)
treed6cf95a2c2c3f2af5fa1e27962ed2e486ebc2ad2
parenta301b79c042c5c4e8677ad6e44905903ea9375c3 (diff)
downloadsqlparse-418b04f7e503a57757a3a4ad338e694e02283dd7.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 6a0b852..24f3fda 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -35,6 +35,7 @@ Alphabetical list of contributors:
* Josh Soref <jsoref@users.noreply.github.com>
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
* koljonen <koljonen@outlook.com>
+* Likai Liu <liulk@likai.org>
* mathilde.oustlant <mathilde.oustlant@ext.cdiscount.com>
* Michael Schuller <chick@mschuller.net>
* Mike Amy <cocoade@googlemail.com>
diff --git a/CHANGELOG b/CHANGELOG
index 6f80445..b3cde8b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ Bug Fixes
* Fix parsing of date/time literals (issue438, by vashek).
* Fix initialization of TokenList (issue499, pr505 by john-bodley).
* Fix parsing of LIKE (issue493, pr525 by dbczumar).
+* Improve parsing of identifiers (pr527 by liulk).
Release 0.3.0 (Mar 11, 2019)