Skip to content

Commit 417e02d

Browse files
committed
Add to changelog
1 parent b9824ed commit 417e02d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@
1111
datasets. Usage via `Dataset::as_byte_reader()`.
1212
- Add `chunk_visit` to visit all chunks in a dataset.
1313
- Implement `H5Type` for `num_complex::Complex`.
14+
- Adding feature `static` for the `hdf5` crate which downloads and builds a bundled HDF5.
1415

1516
### Changed
1617

1718
- The `H5Type` derive macro now uses `proc-macro-error` to emit error messages.
1819
- MSRV is now `1.64.0` and Rust edition has now been bumped to 2021.
1920
- Types in ChunkInfo has been changed to match HDF5.
21+
- Dependencies now uses the `dep:` syntax and are only enabled through features.
22+
- Some features are made weak and will not enable e.g. static build when asking for a
23+
library which is threadsafe.
24+
- Requesting a feature which is not compiled in the dynamic HDF5 library will
25+
now cause a compile time error.
2026

2127
### Fixed
2228

0 commit comments

Comments
 (0)