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 ~~~~~~~~~~~~~