From f9fb392ba5ac36e86dce17dabdbda2e4ad1cd5c5 Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Tue, 23 May 2017 18:16:57 -0700 Subject: [PATCH] Add PR number to NEWS.md entry for cummin/cummax deprecation (#18931). (#21987) (cherry picked from commit d74dbd7e2ddb408aaa9421303409f87058e728ae) --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7d2b21220bd74..795e0b463338d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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