diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGELOG | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,7 @@ Alphabetical list of contributors: * Florian Bauer <florian.bauer@zmdi.com> * Fredy Wijaya <fredy.wijaya@gmail.com> * Gavin Wahl <gwahl@fusionbox.com> +* hurcy <cinyoung.hur@gmail.com> * Ian Robertson <ian.robertson@capitalone.com> * JacekPliszka <Jacek.Pliszka@gmail.com> * Jesús Leganés Combarro "Piranna" <piranna@gmail.com> @@ -6,6 +6,10 @@ Notable Changes * Remove support for end-of-life Python 2.7 and 3.4. Python 3.5+ is now required. +Bug Fixes + +* Improved parsing of IN(...) statements (issue566, pr567 by hurcy). + Release 0.3.1 (Feb 29, 2020) ---------------------------- |
