From eaf66418b58ee4f8de84a5f074c28637e8fcd591 Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Fri, 5 Apr 2024 04:43:54 -0400 Subject: [PATCH] Update HISTORY.MD through v0.17.2, begin v0.18 notes --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index e17ce8d60..8fb043467 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,17 @@ Please also see the [release notes](https://github.com/JuliaIO/HDF5.jl/releases) for additional details. +## v0.18.0 (in development) +* Refactor Dataspaces (#1104) + +## v0.17.2 +* Fix variable length strings as attributes (#1130) +* Fix `h5_is_library_threadsafe` (#1138) +* Fix `HF5_LIBVER_LATEST` up to HDF5 v1.15 (#1145) +* Add Julia 1.11 nightly to tests (#1146) +* Add fix for `Base.ReinterpretArrays` in Julia 1.11 (#1146) +* Marked Windows virtual dataset tests as broken (#1146) + ## v0.17.1 * Added `set_libraries!` to conveniently set the preferences for a custom HDF5 library * Added new `HDF5.Filters.Registered` module containing information about registered filters