Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Co-Authored-By: timholy <[email protected]>
  • Loading branch information
mbauman and timholy authored Nov 1, 2018
1 parent db9bd71 commit e7bf22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Standard library changes
------------------------

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

0 comments on commit e7bf22f

Please sign in to comment.