summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-08-08 13:03:15 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2014-08-08 13:03:15 +0200
commit4781722d095af29e038eeed210c371614dc101f6 (patch)
treedaf502c3d311287b34861bda232058a33cb01e0b
parent81479273e5e669abfcd410c4bc85dd39bf89bb2e (diff)
downloadsqlparse-4781722d095af29e038eeed210c371614dc101f6.tar.gz
Update Changelog and AUTHORS.
-rw-r--r--AUTHORS2
-rw-r--r--CHANGES2
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c017474..f768180 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,6 +8,7 @@ Alphabetical list of contributors:
* Alexey Malyshev <nostrict@gmail.com>
* Cristian Orellana <cristiano@groupon.com>
* Florian Bauer <florian.bauer@zmdi.com>
+* Gavin Wahl <gwahl@fusionbox.com>
* Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
* Michael Schuller <michael.schuller@artlogic.net>
@@ -17,6 +18,7 @@ Alphabetical list of contributors:
* Prudhvi Vatala <pvatala@gmail.com>
* quest <quest@wonky.windwards.net>
* Robert Nix <com.github@rnix.org>
+* Rocky Meza <rmeza@fusionbox.com>
* spigwitmer <itgpmc@gmail.com>
* Victor Hahn <info@victor-hahn.de>
* vthriller <farreva232@yandex.ru>
diff --git a/CHANGES b/CHANGES
index 85adb4a..43723c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,11 @@ Development Version
Bug Fixes
* Fix handling of NULL keywords in aliased identifiers.
* Fix SerializerUnicode to split unquoted newlines (issue131, by Michael Schuller).
+* Fix handling of modulo operators without spaces (by gavinwahl).
Enhancements
* Improve parsing of identifier lists containing placeholders.
+* Speed up query parsing of unquoted lines (by Michael Schuller).
Release 0.1.11 (Feb 07, 2014)