From 86f908f9f3dfdb39ca91c99c5ac49d652247b84c Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Thu, 28 Nov 2024 13:29:46 +0100 Subject: [PATCH] Update CHANGELOG for `v3.0.0-beta2`. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ccb83e1..de23b4d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes -## Version 3.0.0-beta - 2024-07-16 +## Version 3.0.0-beta2 - 2024-11-28 +### Bug Fix + - Fix for not-quite null-terminated, fixed-length strings. (#1056) + - Guard target creation in `*Config.cmake`. (#1053) + +## Version 3.0.0-beta1 - 2024-07-16 This version is a major one and is breaking some usage compare to v2. Read the migration guide from the documentation: https://bluebrain.github.io/HighFive/md__2home_2runner_2work_2_high_five_2_high_five_2doc_2migration__guide.html