diff options
author | Neil Fortner <fortnern@gmail.com> | 2022-10-04 16:20:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 16:20:10 (GMT) |
commit | 1a20a9f342227a7b822f45abe893af86f3fe2d19 (patch) | |
tree | 5c20ae45c12b1c2a963878edd305e4a234bf794c /release_docs | |
parent | 50c1a9e483a53802cbf2e2d28f0554fb1e345b88 (diff) | |
download | hdf5-1a20a9f342227a7b822f45abe893af86f3fe2d19.zip hdf5-1a20a9f342227a7b822f45abe893af86f3fe2d19.tar.gz hdf5-1a20a9f342227a7b822f45abe893af86f3fe2d19.tar.bz2 |
Fixed an issue that could occur when combining hyperslab selections (#2122) (#2138)
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 bf2e386..26c62b4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -170,6 +170,13 @@ Bug Fixes since HDF5-1.12.1 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 |