summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2014-01-24 20:30:51 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2014-01-24 20:30:51 +0100
commitff6371f67540c03e7400ffa7a5a6bd8b48c0e2d6 (patch)
treee5a7d3603834eb498cdc0901a10dd762faed598f
parenteebde5b6a80ec34089acd8f7422f0a621918e6f5 (diff)
downloadsqlparse-ff6371f67540c03e7400ffa7a5a6bd8b48c0e2d6.tar.gz
Update changelog.
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 640ed45..876198f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Development
Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
-* Fix typo in keywords, add MERGE keywords (issue122, by Cristian Orellana).
+* Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124, by Cristian Orellana).
* Improve parsing of string literals in columns.
Enhancements