Skip to content

Commit f9fb392

Browse files
Sacha0tkelman
authored andcommitted
Add PR number to NEWS.md entry for cummin/cummax deprecation (#18931). (#21987)
(cherry picked from commit d74dbd7)
1 parent 8479b7b commit f9fb392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Deprecated or removed
462462
including step specification, for example `Dates.Hour(1):Dates.Hour(1):Dates.Hour(2)`
463463
([#19920]).
464464
465-
* `cummin` and `cummax` have been deprecated in favor of `accumulate`.
465+
* `cummin` and `cummax` have been deprecated in favor of `accumulate` ([#18931]).
466466
467467
* The `Array` constructor syntax `Array(T, dims...)` has been deprecated
468468
in favor of the forms `Array{T,N}(dims...)` (where `N` is known, or

0 commit comments

Comments
 (0)