diff --git a/NEWS.md b/NEWS.md index e911f14cc3752..f01a1d3aa496c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -56,6 +56,7 @@ Standard library changes multiple processes ([#29969]). * `Base.julia_cmd` now propagates the `--inline=(yes|no)` flag ([#29858]). * New `DateTime(::Date, ::Time)` constructor ([#29754]). + * `isdiag` and `isposdef` for `Diagonal` and `UniformScaling` ([#29638]). Compiler/Runtime improvements -----------------------------