summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-11-06 11:59:52 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2013-11-06 11:59:52 +0100
commit6e476cfded15af3d41bcefadecbae51aa65f82ec (patch)
treec19d84959252e4f55e5815680193b67189ef0628 /CHANGES
parent5bc149823c2e271ad3a7cf42dac49985d02a1acc (diff)
downloadsqlparse-6e476cfded15af3d41bcefadecbae51aa65f82ec.tar.gz
Fix incorrect parsing of string literals with line breaks (fixes #118).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e4d287..c834532 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Development
+-----------
+
+Bug Fixes
+* Fix incorrect parsing of string literals containing line breaks (issue118).
+
+
Release 0.1.10 (Nov 02, 2013)
-----------------------------