summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2011-06-10 22:08:10 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2011-06-10 22:08:10 +0200
commitf6f2e20e4c61d50fbd5cbf0e685b03d8c5927a3a (patch)
treea7ab16a37315dbace58d6a87e9d4574eb5b382b2 /CHANGES
parent47e7f56a52870bdb278225fc05866efcb5e65a1d (diff)
downloadsqlparse-f6f2e20e4c61d50fbd5cbf0e685b03d8c5927a3a.tar.gz
Fix removal of comments when strip_comments is True (fixes issue38).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37f63f5..63a4ab9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ In Development
Bug Fixes
* Improve parsing of floats (thanks to Kris).
* When formatting a statement a space before LIMIT was removed (issue35).
+ * Fix strip_comments flag (issue38, reported by ooberm...@gmail.com).
Release 0.1.2 (Nov 23, 2010)