diff --git a/NEWS.md b/NEWS.md index cf410b47bf7b6..167d88a5f429a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -26,6 +26,9 @@ Library improvements * The functions `remotecall`, `remotecall_fetch`, and `remotecall_wait` now have the function argument as the first argument to allow for do-block syntax ([#13338]). + * A new `SparseVector` type allows for one-dimensional sparse arrays. Slicing + and reshaping sparse matrices now return vectors when appropriate. + Deprecated or removed ---------------------