summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-07-23 08:28:56 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-07-23 08:28:56 +0200
commitb7e6ce7b7f687be884eea65df0e576c15b0331dc (patch)
treeb214d96bae07b0e8a6c4d4ccbbc619aab3bfda91
parent55a7d3ef1eee834e4e14fbd695f94b4fb1c73d21 (diff)
downloadsqlparse-b7e6ce7b7f687be884eea65df0e576c15b0331dc.tar.gz
Add missing documentation (fixes #275).
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c06c62..35cdfa6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,9 @@ Internal Changes
* sqlparse.SQLParseError was removed from top-level module and moved to
sqlparse.exceptions.
* sqlparse.sql.Token.to_unicode was removed.
+* The signature of a filter's process method has changed from
+ process(stack, stream) -> to process(stream). Stack was never used at
+ all.
* Lots of code cleanups and modernization (thanks esp. to vmuriart!).
* Improved grouping performance. (sjoerdjob)