From 734a5f2d69d3027f6f084adb4daacd58bd744d62 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 20 Aug 2024 10:10:13 +0200 Subject: [PATCH] Remove zenodo link from changelog for 3.0 --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b934c02..7210817a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ Read the migration guide from the documentation: https://bluebrain.github.io/Hig The minimum version for C++ has been moved to `C++14`. -If you want to cite us, we now are on Zenodo: https://zenodo.org/records/10679738 - ### Removed - Removed `read(T*, ...)`, use explicit `read_raw(T*, ...)` for `Slice` or `Attribute`. (#928) - Removed `FixedLenStringArray`, use any container with strings instead. (#932)