From 021015d42032be262522024b086327920f3638c5 Mon Sep 17 00:00:00 2001 From: Lasse Peters Date: Fri, 12 May 2023 10:13:47 +0200 Subject: [PATCH] Remove 1.9 package extension news item from NEWS.md (#49786) This feature was already shipped with 1.9 so it probably shouldn't be mentioned a second time in the 1.10 NEWS.md. --- NEWS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3514ad955c948..ab4f1e9025555 100644 --- a/NEWS.md +++ b/NEWS.md @@ -61,10 +61,6 @@ Standard library changes #### Package Manager -* "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. * `Pkg.precompile` now accepts `timing` as a keyword argument which displays per package timing information for precompilation (e.g. `Pkg.precompile(timing=true)`) #### LinearAlgebra