From 7b57ae14fe42668223a087b9748f48ec4d2552bd Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Thu, 19 May 2022 10:12:55 +0200 Subject: [PATCH] Update changelog for version 2.4.0 (#140) * Update changelog for version 2.4.0 Co-authored-by: Muhammet Orazov <916295+morazow@users.noreply.github.com> --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e8d68512..31e97333 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# 2.4.0 +* Fixed bug when accessing underlying odbc connection while using NullPool based engine + (Note: this addresses the superset [issue-20105](https://github.com/apache/superset/issues/20105)) +* Removed odbc specific functionality from base dialect and moved it to the pyodbc dialect +* Removed remaining python2 compatibility artifacts and switches +* Bumped support of base python version to 3.7 + # 2.3.0 * Update supported versions of EXASOL DB to 7.1.6 and 7.0.16 * Update supported python versions to 3.6, 3.7, 3.8, 3.9