Skip to content

Commit

Permalink
Fix some links in HISTORY.md (JuliaLang#42178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sostock committed Sep 10, 2021
1 parent 5405994 commit 2f00c5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Language changes
* The default random number generator has changed, so all random numbers will be different (even with the
same seed) unless an explicit RNG object is used.
See the section on the `Random` standard library below ([#40546]).
* `Iterators.peel(itr)` now returns `nothing` when `itr` is empty instead of throwing a `BoundsError` ([#39569]).
* `Iterators.peel(itr)` now returns `nothing` when `itr` is empty instead of throwing a `BoundsError` ([#39607]).
* Multiple successive semicolons in an array expresion were previously ignored (e.g., `[1 ;; 2] == [1 ; 2]`).
This syntax is now used to separate dimensions (see **New language features**).

Expand Down Expand Up @@ -75,7 +75,7 @@ New library functions
---------------------

* Two argument methods `findmax(f, domain)`, `argmax(f, domain)` and the corresponding
`min` versions ([#27613]).
`min` versions ([#35316]).
* `isunordered(x)` returns true if `x` is a value that is normally unordered, such as
`NaN` or `missing` ([#35316]).
* New `keepat!(vector, inds)` function which is the inplace equivalent of `vector[inds]`
Expand Down Expand Up @@ -143,7 +143,7 @@ Standard library changes
* `replace(::String)` now accepts multiple patterns, which will be applied left-to-right simultaneously,
so only one pattern will be applied to any character, and the patterns will only be applied to the input
text, not the replacements ([#40484]).
* New `replace` methods to replace elements of a `Tuple`.
* New `replace` methods to replace elements of a `Tuple` ([#38216]).


#### Package Manager
Expand Down Expand Up @@ -298,7 +298,6 @@ Tooling Improvements


<!--- generated by NEWS-update.jl: -->
[#27613]: https://github.com/JuliaLang/julia/issues/27613
[#29901]: https://github.com/JuliaLang/julia/issues/29901
[#30676]: https://github.com/JuliaLang/julia/issues/30676
[#31829]: https://github.com/JuliaLang/julia/issues/31829
Expand All @@ -313,6 +312,7 @@ Tooling Improvements
[#37971]: https://github.com/JuliaLang/julia/issues/37971
[#37978]: https://github.com/JuliaLang/julia/issues/37978
[#38041]: https://github.com/JuliaLang/julia/issues/38041
[#38216]: https://github.com/JuliaLang/julia/issues/38216
[#38379]: https://github.com/JuliaLang/julia/issues/38379
[#38438]: https://github.com/JuliaLang/julia/issues/38438
[#38574]: https://github.com/JuliaLang/julia/issues/38574
Expand All @@ -335,9 +335,9 @@ Tooling Improvements
[#39436]: https://github.com/JuliaLang/julia/issues/39436
[#39455]: https://github.com/JuliaLang/julia/issues/39455
[#39463]: https://github.com/JuliaLang/julia/issues/39463
[#39569]: https://github.com/JuliaLang/julia/issues/39569
[#39588]: https://github.com/JuliaLang/julia/issues/39588
[#39594]: https://github.com/JuliaLang/julia/issues/39594
[#39607]: https://github.com/JuliaLang/julia/issues/39607
[#39710]: https://github.com/JuliaLang/julia/issues/39710
[#39758]: https://github.com/JuliaLang/julia/issues/39758
[#39794]: https://github.com/JuliaLang/julia/issues/39794
Expand Down

0 comments on commit 2f00c5f

Please sign in to comment.