summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2019-03-10 08:05:45 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2019-03-10 08:05:45 +0100
commit060b2646af659443754ac880ed657f27241eb3b0 (patch)
tree656d27139847832a0ac723c8071ee0a7227a80aa
parentfa7def01d00fc7c5c3047b077bc0f1a4cdc1d10a (diff)
downloadsqlparse-060b2646af659443754ac880ed657f27241eb3b0.tar.gz
Update changelog.
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 17a7c9e..27af495 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,7 +21,9 @@ Bug Fixes
* Wrap function params when wrap_after is set (pr398, by soloman1124).
* Fix parsing of "WHEN name" clauses (pr418, by andrew deryabin).
* Add missing EXPLAIN keyword (issue421).
-* Fix issue with strip_comments causing a syntax error (fixes #425, by fredyw).
+* Fix issue with strip_comments causing a syntax error (issue425, by fredyw).
+* Fix formatting on INSERT which caused staircase effect on values (issue329,
+ by fredyw).
Release 0.2.4 (Sep 27, 2017)