Skip to content

Commit

Permalink
Add a note to RELEASE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Nov 8, 2024
1 parent e770b0d commit 798b046
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,17 @@ New Features

Library:
--------
- H5F_LIBVER_LATEST is now an enum value

This was previously #defined to the latest H5F_libver_t API version, but
is now an enum value with an integer value equal to the latest H5F_libver_t
API version's value. e.g.:

<snip>
H5F_LIBVER_V200 = 5,
H5F_LIBVER_LATEST = 5,
</snip>

- Added support for complex number datatypes

Support for the C99 "float _Complex", "double _Complex" and "long double _Complex"
Expand Down

0 comments on commit 798b046

Please sign in to comment.