diff options
author | Neil Fortner <fortnern@gmail.com> | 2022-09-27 03:51:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 03:51:52 (GMT) |
commit | 4184bac2ece1726056e5a0f3c91d38c5a5ef2c38 (patch) | |
tree | bb16255eb54f928f217569a676110fe5ddfb3ed4 /release_docs | |
parent | 1c26386c38115d605a79d8c57a5df0dd181b93f3 (diff) | |
download | hdf5-4184bac2ece1726056e5a0f3c91d38c5a5ef2c38.zip hdf5-4184bac2ece1726056e5a0f3c91d38c5a5ef2c38.tar.gz hdf5-4184bac2ece1726056e5a0f3c91d38c5a5ef2c38.tar.bz2 |
Fixed an issue that could occur when combining hyperslab selections (#2122)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 694c191..d7b8405 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -121,6 +121,13 @@ Bug Fixes since HDF5-1.13.2 release =================================== Library ------- + - Fixed an issue with hyperslab selections + + Previously, when combining hyperslab selections, it was possible for the + library to produce an incorrect combined selection. + + (NAF - 2022/09/25) + - Fixed an issue with attribute type conversion with compound datatypes Previously, when performing type conversion for attribute I/O with a |