@@ -38,7 +38,7 @@ Language changes
3838* The default random number generator has changed, so all random numbers will be different (even with the
3939 same seed) unless an explicit RNG object is used.
4040 See the section on the ` Random ` standard library below ([ #40546 ] ).
41- * ` Iterators.peel(itr) ` now returns ` nothing ` when ` itr ` is empty instead of throwing a ` BoundsError ` ([ #39569 ] ).
41+ * ` Iterators.peel(itr) ` now returns ` nothing ` when ` itr ` is empty instead of throwing a ` BoundsError ` ([ #39607 ] ).
4242* Multiple successive semicolons in an array expresion were previously ignored (e.g., ` [1 ;; 2] == [1 ; 2] ` ).
4343 This syntax is now used to separate dimensions (see ** New language features** ).
4444
@@ -76,7 +76,7 @@ New library functions
7676---------------------
7777
7878* Two argument methods ` findmax(f, domain) ` , ` argmax(f, domain) ` and the corresponding
79- ` min ` versions ([ #27613 ] ).
79+ ` min ` versions ([ #35316 ] ).
8080* ` isunordered(x) ` returns true if ` x ` is a value that is normally unordered, such as
8181 ` NaN ` or ` missing ` ([ #35316 ] ).
8282* New ` keepat!(vector, inds) ` function which is the inplace equivalent of ` vector[inds] `
@@ -302,7 +302,6 @@ Tooling Improvements
302302
303303
304304<!-- - generated by NEWS-update.jl: -->
305- [ #27613 ] : https://github.com/JuliaLang/julia/issues/27613
306305[ #29901 ] : https://github.com/JuliaLang/julia/issues/29901
307306[ #30676 ] : https://github.com/JuliaLang/julia/issues/30676
308307[ #31829 ] : https://github.com/JuliaLang/julia/issues/31829
@@ -340,9 +339,9 @@ Tooling Improvements
340339[ #39436 ] : https://github.com/JuliaLang/julia/issues/39436
341340[ #39455 ] : https://github.com/JuliaLang/julia/issues/39455
342341[ #39463 ] : https://github.com/JuliaLang/julia/issues/39463
343- [ #39569 ] : https://github.com/JuliaLang/julia/issues/39569
344342[ #39588 ] : https://github.com/JuliaLang/julia/issues/39588
345343[ #39594 ] : https://github.com/JuliaLang/julia/issues/39594
344+ [ #39607 ] : https://github.com/JuliaLang/julia/issues/39607
346345[ #39710 ] : https://github.com/JuliaLang/julia/issues/39710
347346[ #39758 ] : https://github.com/JuliaLang/julia/issues/39758
348347[ #39794 ] : https://github.com/JuliaLang/julia/issues/39794
0 commit comments