From 1ae712dc088fae4869ae287c30df10c9115b0a9a Mon Sep 17 00:00:00 2001 From: Zachary J Wegert <60646897+zjwegert@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:25:43 +1000 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4862129..119efb4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Add support for complex-valued dofs. Since PR [#130](https://github.com/gridap/GridapEmbedded.jl/pull/130). + ### Fixed - Fix for issue #115, which is a bug in the logic of the `ACTIVE` mask and `GhostSkeleton` construction. Since PR [#123](https://github.com/gridap/GridapEmbedded.jl/pull/123).