diff --git a/docs/source/release/index.rst b/docs/source/release/index.rst index c8b0be77cdea..1bb3ff7dcbd8 100644 --- a/docs/source/release/index.rst +++ b/docs/source/release/index.rst @@ -12,6 +12,7 @@ Release Notes These release notes are for versions of ibis **1.0 and later**. Release notes for pre-1.0 versions of ibis can be found at :doc:`release-pre-1.0` +* :support:`2883` Output of `Client.version` returned as a string, instead of a setuptools `Version` * :feature:`2882` Unify implementation of fillna and isna in Pyspark backend * :support:`2862` Deprecated `list_schemas` in SQLAlchemy backends in favor of `list_databases` * :bug:`2829` Fix .drop(fields). The argument can now be either a list of strings or a string.