From f5acd579b05d564bf2524958e31c82c0b84692e0 Mon Sep 17 00:00:00 2001 From: Manuel Schlund <32543114+schlunma@users.noreply.github.com> Date: Fri, 8 Jul 2022 15:58:25 +0200 Subject: [PATCH] Expanded information on deprecations in changelog (#1658) * Updated changelog with deprecation * Update changelog.rst --- doc/changelog.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 03f26b6506..92f2b7804a 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -15,6 +15,11 @@ Highlights This release includes +Deprecations +~~~~~~~~~~~~ + +- Deprecate the function `esmvalcore.var_name_constraint` (`#1592 `__) `Manuel Schlund `__. This function is scheduled for removal in v2.8.0. Please use :class:`iris.NameConstraint` with the keyword argument `var_name` instead: this is an exact replacement. + Bug fixes ~~~~~~~~~ @@ -45,11 +50,6 @@ Community - Add David Hohn to contributors' list (`#1586 `__) `Valeriu Predoi `__ -Deprecations -~~~~~~~~~~~~ - -- Deprecate the function `esmvalcore.var_name_constraint` (`#1592 `__) `Manuel Schlund `__ - Documentation ~~~~~~~~~~~~~