From 5801cb786da853957c6a0f6852284ae38e9ab270 Mon Sep 17 00:00:00 2001 From: Alexandre Magueresse Date: Fri, 12 Apr 2024 17:40:35 +1000 Subject: [PATCH] Updated NEWS.md --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0409808b5..d928c1198 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.18.1] - 2024-04-12 +### Changed + +- Changed the sign of the residual in `TransientLinearFEOperator` to align with the conventions of `AffineFEOperator`. Since PR[#996](https://github.com/gridap/Gridap.jl/pull/996). + ### Fixed - Bugfix in `restrict_to_field` for `BlockMultiFieldStyle`. Since PR[#993](https://github.com/gridap/Gridap.jl/pull/993).