From 41ed5d7675366a6d6d36835ad7d014df6f192fb2 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 30 Nov 2018 01:45:37 +0100 Subject: [PATCH] News for #29638 (isdiag and isposdef for Diagonal and UniformScaling). --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index d9f1be5c8e6806..476daa617d4d99 100644 --- a/NEWS.md +++ b/NEWS.md @@ -65,6 +65,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 -----------------------------