Skip to content
forked from pydata/xarray

Commit 705c7eb

Browse files
committed
update whats-new
1 parent 104620a commit 705c7eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/whats-new.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Breaking changes
2424

2525
- Raise an error when assigning to the ``.values`` or ``.data`` attribute of
2626
dimension coordinates i.e. ``IndexVariable`` objects. This has been broken since
27-
v0.12.0. (:issue:`3470`, :pull:`3862`)
27+
v0.12.0. Please use :py:meth:`DataArray.assign_coords` or :py:meth:`Dataset.assign_coords`
28+
instead. (:issue:`3470`, :pull:`3862`)
2829
By `Deepak Cherian <https://github.com/dcherian>`_
2930

3031
New Features

0 commit comments

Comments
 (0)