summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-05-29 08:48:55 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-05-29 08:48:55 +0200
commita767c88b008d407d91b9118d124e2a9b579a7f12 (patch)
tree2649804e64e305f12b12872a5b1aecea6f973538
parentda82fa289773bb2b080d9dcd8eb7d60dbd8916f2 (diff)
downloadsqlparse-a767c88b008d407d91b9118d124e2a9b579a7f12.tar.gz
Update authors and Changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4d8f930..f2bcc02 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,6 +33,7 @@ Alphabetical list of contributors:
* saaj <id@saaj.me>
* Shen Longxing <shenlongxing2012@gmail.com>
* spigwitmer <itgpmc@gmail.com>
+* Tenghuan <tenghuanhe@gmail.com>
* Tim Graham <timograham@gmail.com>
* Victor Hahn <info@victor-hahn.de>
* Victor Uriarte <vmuriart@gmail.com>
diff --git a/CHANGELOG b/CHANGELOG
index 719e1a6..442936a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,7 @@ Bug Fixes
* Fix typo in keywords list (issue229, by cbeloni).
* Fix parsing of functions in comparisons (issue230, by saaj).
* Fix grouping of identifiers (issue233).
+* Fix parsing of CREATE TABLE statements (issue242, by Tenghuan).
* Minor bug fixes (issue101).