Skip to content

Commit 6c9d1f9

Browse files
DPeterKpp-mo
authored andcommitted
Move whatsnew entries to best location (#2849)
1 parent ce9d554 commit 6c9d1f9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/iris/src/whatsnew/2.0a0.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ Incompatible Changes
9797

9898
* The :meth:`~iris.cube.Cube.lazy_data` method no longer accepts any arguments.
9999

100-
* Using :meth:`~iris.cube.Cube.convert_units` on a cube with unknown units will
101-
result in a :data:`UnitConversionError` being raised.
102-
103-
* Using :meth:`~iris.coords.Coord.convert_units` on a coordinate with unknown
104-
units will result in a :data:`UnitConversionError` being raised.
105-
106100
.. admonition:: Significant Changes in Calculated Results
107101

108102
Due to the replacement of `Biggus`_ with `Dask`_, as described above, the results
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Using :meth:`~iris.cube.Cube.convert_units` on a cube with unknown units will
2+
result in a :data:`UnitConversionError` being raised.
3+
4+
* Using :meth:`~iris.coords.Coord.convert_units` on a coordinate with unknown
5+
units will result in a :data:`UnitConversionError` being raised.

0 commit comments

Comments
 (0)