Skip to content

Commit 348efb2

Browse files
mulimoenaldanor
andauthored
Update CHANGELOG.md
Co-authored-by: Ivan Smirnov <[email protected]>
1 parent 87756ad commit 348efb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
- Const generics support (MSRV 1.51): `hdf5-types` now uses const generics for array types,
6161
allowing fixed-size arrays of arbitrary sizes.
6262
- The `ndarray` dependency has been updated to `0.15`.
63-
- The `Array` trait has been removed and replaced with const generics.
63+
- `hdf5_types::Array` trait has been removed and replaced with const generics. String types
64+
are now generic over size only: `FixedAscii<N>` and `FixedUnicode<N>`.
6465

6566
## 0.7.1
6667

0 commit comments

Comments
 (0)