From aa2c56f213a343cd33640bc33f9ab940036baae4 Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Sat, 20 May 2017 11:10:38 -0700 Subject: [PATCH] Add PR number to NEWS.md entry for cummin/cummax deprecation (#18931). --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 35129cd434a8a..80262f887d295 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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