summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES7
2 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 5055815..8d8a337 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ This module contains code (namely the lexer and filter mechanism) from
the pygments project that was written by Georg Brandl.
Alphabetical list of contributors:
+* Mike Amy <cocoade@googlemail.com>
* Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
* quest <quest@wonky.windwards.net> \ No newline at end of file
diff --git a/CHANGES b/CHANGES
index 25eecb3..1ccdc97 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,11 +5,16 @@ Bug Fixes
* Improve handling of quoted identifiers (issue78).
* Improve grouping and formatting of identifiers with operators (issue53).
* Improve grouping and formatting of concatenated strings (issue53).
+ * Improve handling of varchar() (by Mike Amy).
+ * Clean up handling of various SQL elements.
+ * Misc. minor fixes and lots of cleaned up tests.
Other
* Deprecated sqlparse.SQLParseError. Please use
sqlparse.exceptions.SQLParseError instead.
-
+ * Added caching to speed up processing.
+ * Added experimental filters for token processing.
+ * Added sqlformat.parsestream (by quest).
Release 0.1.4 (Apr 20, 2012)