summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-08-08 13:03:15 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2014-08-08 13:03:15 +0200
commit4781722d095af29e038eeed210c371614dc101f6 (patch)
treedaf502c3d311287b34861bda232058a33cb01e0b /CHANGES
parent81479273e5e669abfcd410c4bc85dd39bf89bb2e (diff)
downloadsqlparse-4781722d095af29e038eeed210c371614dc101f6.tar.gz
Update Changelog and AUTHORS.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 85adb4a..43723c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,11 @@ Development Version
Bug Fixes
* Fix handling of NULL keywords in aliased identifiers.
* Fix SerializerUnicode to split unquoted newlines (issue131, by Michael Schuller).
+* Fix handling of modulo operators without spaces (by gavinwahl).
Enhancements
* Improve parsing of identifier lists containing placeholders.
+* Speed up query parsing of unquoted lines (by Michael Schuller).
Release 0.1.11 (Feb 07, 2014)