summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2009-05-03 20:56:46 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2009-05-03 20:56:46 +0200
commit118d6bb96a03003460d2cea1af74f2b362458037 (patch)
tree7cb2b9931c877e80232db9e51e8ffcee9a2aca28
parent45db01becdc17108bc1c504503ee7b997059970d (diff)
downloadsqlparse-118d6bb96a03003460d2cea1af74f2b362458037.tar.gz
Added ChangLog entry.
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2789abe..514f9b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
In Development
--------------
+ * Lexers preserves original line breaks (issue1).
* Improved identifier parsing: backtick quotes, wildcards, T-SQL variables
prefixed with @.
* Recursive recognition of AS (issue4) and CASE.