Skip to content

Commit 76a16f1

Browse files
authored
Credit @rcomer on PR #4755 review (#4761)
1 parent 6b1d392 commit 76a16f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/whatsnew/latest.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ This document explains the changes made to Iris for this release
108108
#. `@wjbenfold`_ fixed plotting of circular coordinates to extend kwarg arrays
109109
as well as the data. (:issue:`466`, :pull:`4649`)
110110

111-
#. `@wjbenfold`_ corrected the axis on which masking is applied when an
112-
aggregator adds a trailing dimension. (:pull:`4755`)
111+
#. `@wjbenfold`_ and `@rcomer`_ (reviewer) corrected the axis on which masking
112+
is applied when an aggregator adds a trailing dimension. (:pull:`4755`)
113113

114114

115115
💣 Incompatible Changes
@@ -132,9 +132,9 @@ This document explains the changes made to Iris for this release
132132
#. `@pp-mo`_ made :meth:`~iris.cube.Cube.add_aux_factory` faster.
133133
(:pull:`4718`)
134134

135-
#. `@wjbenfold`_ permitted the fast percentile aggregation method to be used on
136-
masked data when the missing data tolerance is set to 0. (:issue:`4735`,
137-
:pull:`4755`)
135+
#. `@wjbenfold`_ and `@rcomer`_ (reviewer) permitted the fast percentile
136+
aggregation method to be used on masked data when the missing data tolerance
137+
is set to 0. (:issue:`4735`, :pull:`4755`)
138138

139139

140140
🔥 Deprecations

0 commit comments

Comments
 (0)