From b676f7561461f12c1d5e3b0a81f22c2306943937 Mon Sep 17 00:00:00 2001 From: Mustafa Mohamad Date: Wed, 25 Oct 2023 20:05:19 -0400 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 38b10e340..e17ce8d60 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ Please also see the [release notes](https://github.com/JuliaIO/HDF5.jl/releases) for additional details. +## 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 +* Miscellaneous documentation fixes + ## v0.17.0 * Replace build step by using Preferences.jl to use system HDF5 library