From 5addd1d5b83c5de23b858b3ba28bce50cb8f9150 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Thu, 29 Jun 2017 15:41:36 -0400 Subject: [PATCH] Add NEWS.md entry --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 514a7b82d3fa88..bcc6987ab6606a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -105,6 +105,9 @@ Deprecated or removed have been deprecated in favor of `isposdef(Hermitian(A, UL))` and `isposdef!(Hermitian(A, UL))` respectively ([#22245]). + * The `bkfact`/`bkfact!` methods that accepted `uplo` and `issymmetric` symbols have been deprecated + in favor of using `Hermitian` (or `Symmetric`) views ([#22605]). + * The function `current_module` is deprecated and replaced with `@__MODULE__` ([#22064]). This caused the deprecation of some reflection methods (such as `macroexpand` and `isconst`), which now require a module argument.