summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d144d7..78c76d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ Internal Changes
sqlparse.exceptions.
* sqlparse.sql.Token.to_unicode was removed.
+Enhancements
+* Support WHILE loops (issue215, by shenlongxing).
+
Bug Fixes
* Leading whitespaces are now removed when format() is called with
strip_whitespace=True (issue213, by shenlongxing).