summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-11-06 12:03:08 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2013-11-06 12:03:08 +0100
commit20440c5b9e61b9cdabed67beee02f37ae1e66e44 (patch)
treed1a491a6ffc898cc26d7a9e32c2a7258cf551d6b
parentcda4af96d512e0a2878eae9573930127047b4e98 (diff)
downloadsqlparse-20440c5b9e61b9cdabed67beee02f37ae1e66e44.tar.gz
Update changelog and authors.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES3
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5e77216..4352e92 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,5 +16,6 @@ Alphabetical list of contributors:
* Robert Nix <com.github@rnix.org>
* Yago Riveiro <yago.riveiro@gmail.com>
* quest <quest@wonky.windwards.net>
+* Victor Hahn <info@victor-hahn.de>
* vthriller <farreva232@yandex.ru>
* wayne.wuw <wayne.wuw@alibaba-inc.com>
diff --git a/CHANGES b/CHANGES
index c834532..d29473a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@ Development
Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
+Enhancements
+* Classify DML keywords (issue116, by Victor Hahn).
+
Release 0.1.10 (Nov 02, 2013)
-----------------------------