diff options
author | Neil Fortner <fortnern@gmail.com> | 2023-08-24 17:43:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 17:43:36 (GMT) |
commit | 1d79445a1d85a11a35accb1ac6c7fd15c7fb0816 (patch) | |
tree | 5524adfb1b9d87bb5e29e768ecbe951a2eae9f7c /release_docs | |
parent | b80eaf8631df9335871e7f12dde7352f5fa4a54a (diff) | |
download | hdf5-1d79445a1d85a11a35accb1ac6c7fd15c7fb0816.zip hdf5-1d79445a1d85a11a35accb1ac6c7fd15c7fb0816.tar.gz hdf5-1d79445a1d85a11a35accb1ac6c7fd15c7fb0816.tar.bz2 |
Remove extraneous "33" in RELEASE.txt (#3425)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 70e8d6e..9f8d517 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -293,7 +293,7 @@ Bug Fixes since HDF5-1.14.0 release Library ------- - Fixed performance regression with some compound type conversions -33 + In-place type conversion was introduced for most use cases in 1.14.2. While being able to use the read buffer for type conversion potentially improves performance by performing the entire I/O at once, it also |