diff --git a/doc/changelog.rst b/doc/changelog.rst index c4a2fb90de..a8701f4460 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -2,6 +2,34 @@ Changelog ========= +.. _changelog-v2-7-1: + + +v2.7.1 +------ +Highlights +~~~~~~~~~~ + +This is a bugfix release where we unpin `cf-units` to allow the latest `iris=3.4.0` to be installed. It also includes an update to the default configuration used when searching the ESGF for files, to account for a recent change of the CEDA ESGF index node hostname. The changelog contains only changes that were made to the ``main`` branch. + +Installation +~~~~~~~~~~~~ + +- Set the version number on the development branches to one minor version more than the previous release (`#1854 `__) `Bouwe Andela `__ +- Unpin cf-units (`#1770 `__) `Bouwe Andela `__ + +Bug fixes +~~~~~~~~~ + +- Improve error handling if an esgf index node is offline (`#1834 `__) `Bouwe Andela `__ + +Automatic testing +~~~~~~~~~~~~~~~~~ + +- Removed unnecessary test that fails with iris 3.4.0 (`#1846 `__) `Manuel Schlund `__ +- Update CEDA ESGF index node hostname (`#1838 `__) `Valeriu Predoi `__ + + .. _changelog-v2-7-0: