From 4f07de8fdce5559cd4b8e86d0c23651447297319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Wed, 16 Oct 2024 19:58:44 +0200 Subject: [PATCH] Apply suggestions from code review --- documentation/v0_9_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/v0_9_0.md b/documentation/v0_9_0.md index dc2e4c1..07b66cb 100644 --- a/documentation/v0_9_0.md +++ b/documentation/v0_9_0.md @@ -9,7 +9,7 @@ This release marks a milestone in DOLFINx development, as several new features h ### New features -- [Mixed-mesh and mixed dimensional assembly](#mixed-assembly) +- [Mixed dimensional assembly](#mixed-assembly) - [Simpler constructions of block forms with `ufl.MixedFunctionSpace` and `ufl.extract_blocks`](#extract-blocks) - [Data-independent form compilation with `dolfinx.fem.compile_form`](#compile-form) - [Native Windows compatibility](#native-windows)