diff --git a/CHANGELOG.md b/CHANGELOG.md index 41af5a6765342a5a9b335ce219d19e5f163678ee..ca9948636939605ce1494890237e5c95ef125456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception # Master (will become release 2.11) +- `FastAMG` can now be used with non-nested matrices of type `BCRSMatrix<T>` + where `T` is a plain number type instead of `FieldMatrix<T,m,n>`. + # Release 2.10 - Improve testing support on Laplacian matrices with an optional diagonal regularization parameter.