Skip to content

Commit b8a686b

Browse files
committed
Add a NEWS item
1 parent 32e0c99 commit b8a686b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Standard library changes
4747
* The function `isapprox(x,y)` now accepts the `norm` keyword argument also for numeric (i.e., non-array) arguments `x` and `y` ([#35883]).
4848
* `view`, `@view`, and `@views` now work on `AbstractString`s, returning a `SubString` when appropriate ([#35879]).
4949
* All `AbstractUnitRange{<:Integer}`s now work with `SubString`, `view`, `@view` and `@views` on strings ([#35879]).
50+
* `sum`, `prod`, `maximum`, and `minimum` now supports `init` keyword argument ([#36188], [#35839]).
5051

5152
#### LinearAlgebra
5253
* New method `LinearAlgebra.issuccess(::CholeskyPivoted)` for checking whether pivoted Cholesky factorization was successful ([#36002]).

0 commit comments

Comments
 (0)