From e7bf22fa1c83385bc5e89727a6bc6fe7a48af165 Mon Sep 17 00:00:00 2001 From: Matt Bauman Date: Thu, 1 Nov 2018 12:57:55 -0500 Subject: [PATCH] Update NEWS.md Co-Authored-By: timholy --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e0e446b93cab5..cd5da45ecf3ae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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]).