Skip to content

Commit 48f7142

Browse files
authored
Merge pull request #133 from mulimoen/changelog
Add changelog entries
2 parents 756c50d + d8c5e23 commit 48f7142

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
@@ -4,11 +4,17 @@
44

55
### Added
66
- Slices can now be used used where trait item `Dimension` is required.
7+
- Arrays of arbitrary sizes are now supported in `hdf5-types`. This requires
8+
the crate feature `const_generics` and `rustc` version `1.51`.
79

810
### Changed
911
- Dependencies are bumped to newest major versions; `ndarray` users may now
1012
use both version `0.13` and version `0.14`.
1113

14+
### Fixed
15+
- Cross-compilation of `hdf5-src` from Unix to Windows will now use the correct
16+
name of the static library when linking.
17+
1218
## 0.7.0
1319

1420
### Added

0 commit comments

Comments
 (0)