From 13cfbfe5ba864fa79a1f8faf8d6f0ac160142ac5 Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Thu, 30 Aug 2018 19:14:19 +0200 Subject: [PATCH] Fix History `eye` deprecation PR: should be 24415 The History.md file linked to #24413 for `eye` deprecation in 0.7. This commit changes it to link to #24415. --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 68805667a5bd8..397bb84902fe6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -625,7 +625,7 @@ Library improvements * The `crc32c` function for CRC-32c checksums is now exported ([#22274]). * `eye(::Type{Diagonal{T}}, m::Integer)` has been deprecated in favor of - `Diagonal{T}(I, m)` ([#24413]). + `Diagonal{T}(I, m)` ([#24415]). * The output of `versioninfo` is now controlled with keyword arguments ([#21974]). @@ -1575,6 +1575,7 @@ Command-line option changes [#24404]: https://github.com/JuliaLang/julia/issues/24404 [#24413]: https://github.com/JuliaLang/julia/issues/24413 [#24414]: https://github.com/JuliaLang/julia/issues/24414 +[#24415]: https://github.com/JuliaLang/julia/issues/24415 [#24438]: https://github.com/JuliaLang/julia/issues/24438 [#24445]: https://github.com/JuliaLang/julia/issues/24445 [#24452]: https://github.com/JuliaLang/julia/issues/24452