summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <andi@localhost.localdomain>2015-10-22 07:46:42 +0200
committerAndi Albrecht <andi@localhost.localdomain>2015-10-22 07:46:42 +0200
commit03a367d2e8c053888a7e2923e4dcd74c89441f2e (patch)
tree83a51adc87f469a22961211442bacf5db08ee333
parent0ae9e926177877caefc9aaa2535c9f1e82a90d11 (diff)
downloadsqlparse-03a367d2e8c053888a7e2923e4dcd74c89441f2e.tar.gz
Update AUTHORS and Changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES4
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e2ecbe7..ce1ac74 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,7 @@ Alphabetical list of contributors:
* quest <quest@wonky.windwards.net>
* Robert Nix <com.github@rnix.org>
* Rocky Meza <rmeza@fusionbox.com>
+* Ryan Wooden <rygwdn@gmail.com>
* spigwitmer <itgpmc@gmail.com>
* Victor Hahn <info@victor-hahn.de>
* vthriller <farreva232@yandex.ru>
diff --git a/CHANGES b/CHANGES
index b6f8de6..fbb1048 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
Development Version
-------------------
+Enhancements
+* Speed up parsing of large SQL statements (pull request: issue201, fixes the
+ following issues: issue199, issue135, issue62, issue41, by Ryan Wooden).
+
Bug Fixes
* Fix another splitter bug regarding DECLARE (issue194).