From ec444cdc907c97f8c22bcacf7deb1afea428a818 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 12 Jan 2024 14:49:05 +0000 Subject: [PATCH 1/2] added whatsnew --- docs/src/whatsnew/latest.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index da3e7e22df..338243c97e 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -83,6 +83,10 @@ This document explains the changes made to Iris for this release #. `@rcomer`_ and `@trexfeathers`_ (reviewer) added handling for realization coordinates when saving pp files (:issue:`4747`, :pull:`5568`) +#. `@ESadek-MO`_ has updated + :mod:`iris.fileformats._nc_load_rules.helpers to lessen warning duplication. + (:issue:`5536`, :pull:`5685`) + 💣 Incompatible Changes ======================= From 521b6f4066fb69fc2f48af0fd1c5e4f87a9dc68a Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 12 Jan 2024 15:06:53 +0000 Subject: [PATCH 2/2] fixed mod link --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 338243c97e..dfc1019683 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -84,7 +84,7 @@ This document explains the changes made to Iris for this release coordinates when saving pp files (:issue:`4747`, :pull:`5568`) #. `@ESadek-MO`_ has updated - :mod:`iris.fileformats._nc_load_rules.helpers to lessen warning duplication. + :mod:`iris.fileformats._nc_load_rules.helpers` to lessen warning duplication. (:issue:`5536`, :pull:`5685`)