summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-02-27 07:50:44 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-02-27 07:50:44 +0100
commit811b69ad540fa98a310252b3e55d3ac5d8e28ba4 (patch)
tree9a0a2e93a61d6df0439e688a9477cbc9e69f3066
parent7c6c8c2e113996e5ec4aab97a397ede69573d86b (diff)
downloadsqlparse-811b69ad540fa98a310252b3e55d3ac5d8e28ba4.tar.gz
Update Changelog.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 02266d9..e2ecbe7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,7 @@ the pygments project that was written by Georg Brandl.
Alphabetical list of contributors:
* Alexander Beedie <ayembee@gmail.com>
* Alexey Malyshev <nostrict@gmail.com>
+* casey <casey@cloudera.com>
* Cristian Orellana <cristiano@groupon.com>
* Darik Gamble <darik.gamble@gmail.com>
* Florian Bauer <florian.bauer@zmdi.com>
diff --git a/CHANGES b/CHANGES
index dc6cf0b..24f3858 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ Bug Fixes
notation (issue153, by darikg).
* Add missing SQL types (issue154, issue155, issue156, by jukebox).
* Fix parsing of multi-line comments (issue172, by JacekPliszka).
+* Fix parsing of escaped backslashes (issue174, by caseyching).
Enhancements
* Improve formatting of HAVING statements.