Skip to content

Commit a274ceb

Browse files
committed
Changelog: mention the shift to using cfg features
1 parent 8348074 commit a274ceb

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
@@ -16,6 +16,12 @@
1616

1717
- Renamed `filters::gzip_available()` to `deflate_available()` (the old name is
1818
present but marked as deprecated).
19+
- Code dependent on HDF5 version in `hdf5` and `hdf5-sys` crates now uses features
20+
instead of cfg options: `cfg(feature = "1.10.1")` instead of `cfg(hdf5_1_10_1)`.
21+
The main initial reason for that is for HDF5 versions to show up in the official
22+
documentation on docs.rs.
23+
- Similar to the above, there's `have-direct`, `have-parallel` and `have-threadsafe`
24+
features that reflect the build configuration of the underlying HDF5 library.
1925

2026
### Fixed
2127

0 commit comments

Comments
 (0)