summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-01-17 09:10:23 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-01-17 09:11:08 +0100
commit17f85aeb4c33895eb5ce88a844b814b112aec66c (patch)
tree67a08ad9ece55c9dab55622aa6f795021f039dcf /CHANGES
parent4fd844b33cb8612d4cb11a73925b3686cb1813e2 (diff)
downloadsqlparse-17f85aeb4c33895eb5ce88a844b814b112aec66c.tar.gz
Add SIGNED keyword (fixes #155).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 9b838ac..2c5137c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Development Version
Bug Fixes
* Fix a regression for identifiers with square bracktes notation (issue153).
-* Add missing SQL types (issue156).
+* Add missing SQL types (issue155, issue156).
Enhancements
* Improve formatting of HAVING statements.