summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-12-21 17:12:37 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2014-12-21 17:12:37 +0100
commit3f5ec21ffcd4702fc54b4a769224760ffbc31de9 (patch)
tree98c91efa0e7f038e2073f09f9389c7c6ec0aec24 /CHANGES
parent1e8a1b7cdb2d07eedfc525290dbfd3ac8e2882b6 (diff)
downloadsqlparse-3f5ec21ffcd4702fc54b4a769224760ffbc31de9.tar.gz
Improve formatting of HAVING statements.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5cac0f6..b7f5d7d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,10 @@ Development Version
-------------------
Bug Fixes
-* Fix a regression in identifiers with square bracktes notation (issue153).
+* Fix a regression for identifiers with square bracktes notation (issue153).
+
+Enhancements
+* Improved formatting of HAVING statements.
Release 0.1.14 (Nov 30, 2014)