Skip to content

Commit aa2c56f

Browse files
committed
Add PR number to NEWS.md entry for cummin/cummax deprecation (JuliaLang#18931).
1 parent 04a6227 commit aa2c56f

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
@@ -503,7 +503,7 @@ Deprecated or removed
503503
including step specification, for example `Dates.Hour(1):Dates.Hour(1):Dates.Hour(2)`
504504
([#19920]).
505505
506-
* `cummin` and `cummax` have been deprecated in favor of `accumulate`.
506+
* `cummin` and `cummax` have been deprecated in favor of `accumulate` ([#18931]).
507507
508508
* The `Array` constructor syntax `Array(T, dims...)` has been deprecated
509509
in favor of the forms `Array{T,N}(dims...)` (where `N` is known, or

0 commit comments

Comments
 (0)