From a82fe78f32ccfe59b1996d6c3db5ffd70bb910ba 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 1310d1263463f..13f3637a430c1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -51,6 +51,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 -----------------------------