summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-04-06 08:40:55 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-04-06 08:40:55 +0200
commit66c6bf9962015ba0975acf21cce8bd774196f36a (patch)
treea1e8fee52daaec76f76ea11073990bd6c2f5444e
parentb341da8d9c10858f064176d318609b788a46f5b2 (diff)
downloadsqlparse-66c6bf9962015ba0975acf21cce8bd774196f36a.tar.gz
Update Changelog and AUTHORS.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 0284317..0f34f06 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,6 +28,7 @@ Alphabetical list of contributors:
* Robert Nix <com.github@rnix.org>
* Rocky Meza <rmeza@fusionbox.com>
* Ryan Wooden <rygwdn@gmail.com>
+* saaj <id@saaj.me>
* Shen Longxing <shenlongxing2012@gmail.com>
* spigwitmer <itgpmc@gmail.com>
* Tim Graham <timograham@gmail.com>
diff --git a/CHANGES b/CHANGES
index d5a903e..68b79e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@ 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).
+* Fix parsing of functions in comparisons (issue230, by saaj).
Release 0.1.19 (Mar 07, 2015)