diff --git a/NEWS.md b/NEWS.md index 868de16..04be7c7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,7 +9,7 @@ # pkgload 1.4.0 -* The `reset` argment of `load_all()` is no longer supported because preserving +* The `reset` argument of `load_all()` is no longer supported because preserving the namespace requires unlocking its environment, which is no longer possible in recent versions of R. It should no longer be necessary as the performance issues caused by resetting the namespace were resolved a while ago.