Skip to content

Commit af91410

Browse files
committed
(Updated the changelog)
1 parent fa662a0 commit af91410

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- `File::access_plist()` or `File::fapl()` to get file access plist.
99
- `File::create_plist()` or `File::fcpl()` to get file creation plist.
1010
- Added high-level wrappers for dataset access H5P API (`plist::DatasetAccess`).
11+
- Added `hdf5::is_library_threadsafe()` function.
1112

1213
### Changed
1314

@@ -38,7 +39,8 @@
3839
as a result `error-chain` dependency has been dropped.
3940
- `hdf5::Error` is now convertible from `ndarray::ShapeError`;
4041
`hdf5::ResultExt` trait has been removed.
41-
42+
- Renamed `hdf5::hdf5_version()` to `hdf5::library_version()`.
43+
4244
### Fixed
4345

4446
- Replaced deprecated `std::mem::uninitialized` with `std::mem::MaybeUninit`.

0 commit comments

Comments
 (0)