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
#21987)

(cherry picked from commit d74dbd7)
  • Loading branch information
Sacha0 authored and tkelman committed Jun 2, 2017
1 parent 8479b7b commit f9fb392
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 @@ -462,7 +462,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 f9fb392

Please sign in to comment.