Skip to content

Commit ae86d5f

Browse files
committed
Add changelog entries
1 parent 8506cf3 commit ae86d5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
only supports the same operations as `hdf5` (e.g. one can not perform partial IO,
4949
but must read the entire attribute at once).
5050

51+
- Added support in `hdf5-sys` for the new functions in `hdf5` `1.10.6` and `1.10.7`.
52+
5153
### Changed
5254

5355
- Required Rust compiler version is now `1.51`.
@@ -67,6 +69,7 @@
6769
- The `ndarray` dependency has been updated to `0.15`.
6870
- `hdf5_types::Array` trait has been removed and replaced with const generics. String types
6971
are now generic over size only: `FixedAscii<N>` and `FixedUnicode<N>`.
72+
- The version of `hdf5` built in `hdf5-src` has been updated from `1.10.6` to `1.10.7`.
7073

7174
## 0.7.1
7275

0 commit comments

Comments
 (0)