Skip to content

Commit e7bf22f

Browse files
mbaumantimholy
andauthored
Update NEWS.md
Co-Authored-By: timholy <[email protected]>
1 parent db9bd71 commit e7bf22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Standard library changes
2525
------------------------
2626

2727
* `CartesianIndices` can now be constructed from two `CartesianIndex`es `I` and `J` with `I:J` ([#29440]).
28-
* `CartesianIndices` support broadcasting arithmetic (+ and -) with a `CartesianIndex` if the result can be expressed as another `CartesianIndices` ([???]).
28+
* `CartesianIndices` support broadcasting arithmetic (+ and -) with a `CartesianIndex` if the result can be expressed as another `CartesianIndices` ([#29890]).
2929
* `copy!` support for arrays, dicts, and sets has been moved to Base from the Future package ([#29173]).
3030
* Channels now convert inserted values (like containers) instead of requiring types to match ([#29092]).
3131
* `range` can accept the stop value as a positional argument, e.g. `range(1,10,step=2)` ([#28708]).

0 commit comments

Comments
 (0)