From 037f906f99cf89bf00209932d645d468d9d833af Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Thu, 7 Jul 2022 09:46:10 +0200 Subject: [PATCH] Update changelog Fixes #135 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 31e97333..db0e6f27 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# 3.0.0 +* Dropped python 3.7 support + * If you still depend on python 3.7 use the 2.x version line +* Updated dependencies, most noticeably + * turbodbc to 4.x.y +* Update project setup/structure to pyproject.toml based project setup (poetry) +* Removed conda forge support + # 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))