summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 22:02:08 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2012-04-19 22:02:08 +0200
commite4bccf45a6e82d4738aab1b5eded3fa208a76875 (patch)
tree499b8ee1754c9cd0ba5134db28f2dd9ce105c9ad /CHANGES
parent508db7329f05362a47a0ed9f93d0ae8d9e42dcc8 (diff)
downloadsqlparse-e4bccf45a6e82d4738aab1b5eded3fa208a76875.tar.gz
Pretty format comments in identifier lists (fixes issue59).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b3b4a9a..5ee5652 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@ Bug Fixes
* Fix statement splitting when parsing recursive statements (issue57,
thanks to piranna).
* Fix for negative numbers (issue56, thanks to kevinjqiu).
+ * Pretty format comments in identifier lists (issue59).
* Several minor bug fixes and improvements.