Fix indentation in RELEASE.txt to be consistent. (#1232)

This commit is contained in:
Larry Knox 2021-11-29 19:11:28 -06:00 committed by GitHub
parent 8a80aec36f
commit 194714abe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1032,7 +1032,7 @@ New Features
----------------
- added set/get for unsigned long long attributes
the attribute writing high-level API has been expanded to include
The attribute writing high-level API has been expanded to include
public set/get functions for ULL attributes, analogously to the
existing set/get for other types.
@ -1089,7 +1089,7 @@ Bug Fixes since HDF5-1.12.0 release
function. This improves the I/O performance. In the case of the parallel
library, it also avoids breaking to independent I/O, which makes it
possible to apply a filter when writing or reading data to or from
teh HDF5 file.
the HDF5 file.
(JWSB - 2021/09/13)