summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-12-22 05:34:24 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-12-22 05:34:24 +0100
commit1ff56f8ebde9e0153a2a205961914918090a1365 (patch)
treee7624df860269a3ee67ae4cc849e32c02d0f7146
parenta72f04cd1a3030dd1ac0a34b8fb6dba1b808fe97 (diff)
downloadsqlparse-1ff56f8ebde9e0153a2a205961914918090a1365.tar.gz
Update changelog.
-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).