summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-08-24 21:19:28 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2022-08-24 21:19:28 +0200
commit893d7b2e8075d6867d8a9b377faba7786f28f66d (patch)
treea1db5033eb5ae1aa51b43cc71816309ce7c0bb69
parent403de6fc648ac4e012b60b49161c3f5f36dc944a (diff)
downloadsqlparse-893d7b2e8075d6867d8a9b377faba7786f28f66d.tar.gz
Update CHANGELOG.
yeah... I promise to make fewer commits like that in the future...
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1ea1dd0..83510b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ Bug Fixes
* Fix spelling of INDICATOR keyword (pr653, by ptld).
* Fix formatting error in EXTRACT function (issue562, issue670, pr676, by ecederstrand).
+* Fix bad parsing of create table statements that use lower case (issue217, pr642, by mrmasterplan).
Other