The initialized=true keyword assignment for sortperm! and partialsortperm!
is now a no-op ([#47979]). It previously exposed unsafe behavior ([#47977]).
- "Package Extensions": support for loading a piece of code based on other packages being loaded in the Julia session. This has similar applications as the Requires.jl package but also supports precompilation and setting compatibility.
- The
@test_brokenmacro (or@testwithbroken=true) now complains if the test expression returns a non-boolean value in the same way as a non-broken test. ([#47804])