From 8032b7b9f1153ba8348970c3aee3b580dbe5bf28 Mon Sep 17 00:00:00 2001 From: Lasse Peters Date: Fri, 12 May 2023 10:11:07 +0200 Subject: [PATCH] Remove 1.9 package extension news item from NEWS.md 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