diff --git a/HISTORY.md b/HISTORY.md index 7ac06836750c8..74d15b48d1b28 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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**). @@ -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]` @@ -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 @@ -298,7 +298,6 @@ Tooling Improvements -[#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 @@ -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 @@ -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