diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2024-01-03 16:55:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 16:55:17 (GMT) |
commit | 8f1a93f1a208055c9b872a06be28a20e72f8f488 (patch) | |
tree | 4791557ccb219f56111fa52a96462d319d1e4473 /release_docs | |
parent | 812be1a3bdbc2fca620f85b3d0dc2f7216a9d463 (diff) | |
download | hdf5-8f1a93f1a208055c9b872a06be28a20e72f8f488.zip hdf5-8f1a93f1a208055c9b872a06be28a20e72f8f488.tar.gz hdf5-8f1a93f1a208055c9b872a06be28a20e72f8f488.tar.bz2 |
New Fortran Examples added (#3916)
* added subfiling example
* Added filtered writes with no selection example
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1a40da7..de5caa8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -388,6 +388,12 @@ New Features Fortran Library: ---------------- + - Added Fortran Parameters: + H5S_BLOCK_F and H5S_PLIST_F + + - The configuration definitions file, H5config_f.inc, is now installed + and the HDF5 version number has been added to it. + - Added Fortran APIs: h5fdelete_f |