Skip to content

Commit cfb2714

Browse files
committed
(Update the changelog)
1 parent 2beedad commit cfb2714

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- `File::create_plist()` or `File::fcpl()` to get file creation plist.
1010
- Added high-level wrappers for dataset access H5P API (`plist::DatasetAccess`).
1111
- Added `hdf5::is_library_threadsafe()` function.
12+
- Added `Group::member_names()`.
13+
- Added `Datatype::byte_order()`.
14+
- Added `Dataset::num_chunks()` (1.10.5+).
15+
- Added `Dataset::chunk_info()` (1.10.5+).
1216

1317
### Changed
1418

@@ -44,6 +48,7 @@
4448
### Fixed
4549

4650
- Replaced deprecated `std::mem::uninitialized` with `std::mem::MaybeUninit`.
51+
- Fixed a serde-related problem with building `hdf5-sys` on Windows.
4752

4853
## 0.5.2
4954

0 commit comments

Comments
 (0)