From 1100e9f3891c64765696a071a8d428d1301f0f59 Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Tue, 16 Jul 2024 11:49:56 +0200 Subject: [PATCH] No bug fix --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f038b7465..1508b70f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,6 @@ If you want to cite us, we now are on Zenodo: https://zenodo.org/records/1067973 - Type `T[N]` or `T[N][M]` will works better. (#929) - `DataspaceType` is now an enum class for `dataspace_scalar` or `dataspace_null`. (#900) -### Bug Fix - ## Version 2.9.0 - 2024-01-25 ### New Features - Add named ctors for scalar and null dataspaces. (#899)