diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-07-23 08:28:56 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-07-23 08:28:56 +0200 |
| commit | b7e6ce7b7f687be884eea65df0e576c15b0331dc (patch) | |
| tree | b214d96bae07b0e8a6c4d4ccbbc619aab3bfda91 | |
| parent | 55a7d3ef1eee834e4e14fbd695f94b4fb1c73d21 (diff) | |
| download | sqlparse-b7e6ce7b7f687be884eea65df0e576c15b0331dc.tar.gz | |
Add missing documentation (fixes #275).
| -rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
