Skip to content

Commit 8877f38

Browse files
committed
Update the changelog re: packed/transparent reprs
1 parent bfa3090 commit 8877f38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- `Error` now implements `From<Infallible>`, which allows passing convertible
88
extents (like tuples of integers) where `impl TryInto<Extents>` is required.
99
- Support for HDF5 versions 1.12.1 and 1.10.8
10+
- `#[derive(H5Type)]` now supports structs / tuple structs with `repr(packed)`.
11+
- `#[derive(H5Type)]` now supports structs / tuple structs with
12+
`repr(transparent)` (the generated HDF5 type is equivalent to the type of
13+
the field and is not compound).
1014

1115
### Changed
1216

0 commit comments

Comments
 (0)