Skip to content

Commit

Permalink
Fix History eye deprecation PR: should be 24415
Browse files Browse the repository at this point in the history
The History.md file linked to JuliaLang#24413 for `eye` deprecation in 0.7. This commit changes it to link to JuliaLang#24415.
  • Loading branch information
NHDaly committed Aug 30, 2018
1 parent 2346be8 commit 13cfbfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 13cfbfe

Please sign in to comment.