Skip to content

Commit 5addd1d

Browse files
committed
Add NEWS.md entry
1 parent 3563f5e commit 5addd1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Deprecated or removed
105105
have been deprecated in favor of `isposdef(Hermitian(A, UL))` and `isposdef!(Hermitian(A, UL))`
106106
respectively ([#22245]).
107107

108+
* The `bkfact`/`bkfact!` methods that accepted `uplo` and `issymmetric` symbols have been deprecated
109+
in favor of using `Hermitian` (or `Symmetric`) views ([#22605]).
110+
108111
* The function `current_module` is deprecated and replaced with `@__MODULE__` ([#22064]).
109112
This caused the deprecation of some reflection methods (such as `macroexpand` and `isconst`),
110113
which now require a module argument.

0 commit comments

Comments
 (0)