diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be708c9..a7693b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2.7.x (Unreleased) - Add support for Cloud Fetch +- SQLAlchemy has_table function now honours schema= argument and adds catalog= argument - Fix: Revised SQLAlchemy dialect and examples for compatibility with SQLAlchemy==1.3.x - Fix: oauth would fail if expired credentials appeared in ~/.netrc - Fix: Python HTTP proxies were broken after switch to urllib3