summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-05-28 15:05:46 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-05-28 15:05:46 +0200
commitda3bc9086eb397944cf43632997f75d1404ff34a (patch)
tree2904c30134968609b8f4c1e9bbd699f7e3a75da1
parent452e6c9d01bbf06be38c53031da8a532f2cac56c (diff)
downloadsqlparse-da3bc9086eb397944cf43632997f75d1404ff34a.tar.gz
Add issue233 to changelog.
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 374c060..6a7840a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,7 @@ Bug Fixes
strip_whitespace=True (issue213, by shenlongxing).
* Fix typo in keywords list (issue229, by cbeloni).
* Fix parsing of functions in comparisons (issue230, by saaj).
+* Fix grouping of identifiers (issue233).
* Minor bug fixes (issue101).