summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:08:08 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:08:08 +0100
commit24f29906a422e00f0181a4c801677fbde70f0b94 (patch)
tree8319f383353f4aaf69aa540efab45ad14177f818
parente9241945801808d1db7f76bdccbbe9a200042c37 (diff)
downloadsqlparse-24f29906a422e00f0181a4c801677fbde70f0b94.tar.gz
Update changelog.
-rw-r--r--CHANGELOG7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2b00a89..123ed17 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,12 @@
Development Version
-------------------
-Nothing yet.
+Bug Fixes
+
+* Revert a change from 0.4.0 that changed IN to be a comparison (issue694).
+ The primary expectation is that IN is treated as a keyword and not as a
+ comparison operator. That also follows the definition of reserved keywords
+ for the major SQL syntax definitions.
Release 0.4.3 (Sep 23, 2022)