summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-04-19 02:11:39 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2015-04-19 02:11:39 +0200
commitd9b717a12da7805d5a37b6b659300e449c42bd2f (patch)
tree3c6510ae3d617995b4514053e3a3fc87331fdd8e /CHANGES
parent4f5195481a89e87a07a064d2c253bb6f74e911d4 (diff)
downloadsqlparse-d9b717a12da7805d5a37b6b659300e449c42bd2f.tar.gz
Improve detection of aliased identifiers (fixes #185).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6f5b8eb..9e5bca1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
Development version
-------------------
-Nothing new yet
+Bug Fixes
+* Fix a regression in get_alias() introduced in 0.1.15 (issue185).
Release 0.1.15 (Apr 15, 2015)