Skip to content

Commit

Permalink
Add PR number to NEWS.md entry for cummin/cummax deprecation (#18931). (
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and ararslan committed May 24, 2017
1 parent a1ffb9e commit d74dbd7
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 @@ -512,7 +512,7 @@ Deprecated or removed
including step specification, for example `Dates.Hour(1):Dates.Hour(1):Dates.Hour(2)`
([#19920]).
* `cummin` and `cummax` have been deprecated in favor of `accumulate`.
* `cummin` and `cummax` have been deprecated in favor of `accumulate` ([#18931]).
* The `Array` constructor syntax `Array(T, dims...)` has been deprecated
in favor of the forms `Array{T,N}(dims...)` (where `N` is known, or
Expand Down

0 comments on commit d74dbd7

Please sign in to comment.