Skip to content

Commit

Permalink
Add PR number to NEWS.md entry for cummin/cummax deprecation (JuliaLa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 20, 2017
1 parent 04a6227 commit aa2c56f
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 @@ -503,7 +503,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 aa2c56f

Please sign in to comment.