Skip to content

Commit

Permalink
HISTORY.md: replace TODO with pr-id (JuliaLang#45743)
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jun 19, 2022
1 parent 29d6225 commit c317e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand Down

0 comments on commit c317e05

Please sign in to comment.