summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-03-30 09:53:56 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-03-30 09:53:56 +0200
commit03594bb7df4f01b9c98610f24e3988101a0b4aca (patch)
tree5df80524a7fd939e596721d71c9e54c156e06d0d
parent77a8000f67a8414a1d69e8e3f40ba6da2a397423 (diff)
downloadsqlparse-03594bb7df4f01b9c98610f24e3988101a0b4aca.tar.gz
Update AUTHORS and Changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index cd7fa27..0284317 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,6 +11,7 @@ Alphabetical list of contributors:
* Alexey Malyshev <nostrict@gmail.com>
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
* casey <casey@cloudera.com>
+* CauĂȘ Beloni <cbeloni@gmail.com>
* Cristian Orellana <cristiano@groupon.com>
* Darik Gamble <darik.gamble@gmail.com>
* Florian Bauer <florian.bauer@zmdi.com>
diff --git a/CHANGES b/CHANGES
index 6e00a24..d5a903e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,7 @@ Enhancements
Bug Fixes
* Leading whitespaces are now removed when format() is called with
strip_whitespace=True (issue213, by shenlongxing).
+* Fix typo in keywords list (issue229, by cbeloni).
Release 0.1.19 (Mar 07, 2015)