summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-03-05 11:55:39 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-03-05 11:55:39 +0100
commitd02a952b7c3f9a01c40630b6bf7699c1e9c95e21 (patch)
tree36c75473d677d5ab25e7662611e46ca13d2d763d
parentbf2616058ada2748bb79fc7c861abb7748ffb89a (diff)
downloadsqlparse-d02a952b7c3f9a01c40630b6bf7699c1e9c95e21.tar.gz
Update Changelog.
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 36842bc..c264b9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,8 @@ Enhancements
* Improve parsing of inline comments (issue163).
* Group comments to parent object (issue128, issue160).
* Add double precision builtin (issue169, by darikg).
-* Add support for square bracket array indexing (issue170, by darikg).
+* Add support for square bracket array indexing (issue170, issue176,
+ issue177 by darikg).
* Improve grouping of aliased elements (issue167, by darikg).