From c317e050d12ee68e5b54f1fbdfc6674cfe9a3977 Mon Sep 17 00:00:00 2001 From: woclass Date: Sun, 19 Jun 2022 17:25:20 +0800 Subject: [PATCH] HISTORY.md: replace `TODO` with pr-id (#45743) ref: JuliaLang/julia#25629 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4081127908322..669356f80d9c4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3293,7 +3293,7 @@ Deprecated or removed array interface should define their own `strides` method ([#25321]). * `module_parent`, `Base.datatype_module`, and `Base.function_module` have been deprecated - in favor of `parentmodule` ([#TODO]). + in favor of `parentmodule` ([#25629]). * `rand(t::Tuple{Vararg{Int}})` is deprecated in favor of `rand(Float64, t)` or `rand(t...)`; `rand(::Tuple)` will have another meaning in the future ([#25429], [#25278]).