summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2017-05-25 08:11:46 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2017-05-25 08:11:46 +0200
commit0b467460762c51d5480271a7010c5936a116317b (patch)
tree132e070260ffec58377d0e8aa7772a5431d72e35
parent93f2b87161eb952de5782e320497790dd0afd2ed (diff)
downloadsqlparse-0b467460762c51d5480271a7010c5936a116317b.tar.gz
Update authors and changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG4
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9019cb4..64d54ee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,6 +27,7 @@ Alphabetical list of contributors:
* Michael Schuller <chick@mschuller.net>
* Mike Amy <cocoade@googlemail.com>
* mulos <daniel.strackbein@gmail.com>
+* Oleg Broytman <phd@phdru.name>
* Piet Delport <pjdelport@gmail.com>
* Prudhvi Vatala <pvatala@gmail.com>
* quest <quest@wonky.windwards.net>
diff --git a/CHANGELOG b/CHANGELOG
index ecd075a..1ce04eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
Development Version
-------------------
+Enhancements
+
+* Add more keywords for MySQL table options (pr328, pr333, by phdru).
+
Bug Fixes
* Fix detection of identifiers using comparisons (issue327).