diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-19 12:44:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 12:44:56 (GMT) |
commit | 39099bd397ac8d27965b70e7bfc644abc27fd5df (patch) | |
tree | 2f1cbf4a64950b762ec157c329c1dab93dd55725 /release_docs | |
parent | 7d24d61ea26c522f673c3e97ae68aa1f3f530f01 (diff) | |
download | hdf5-39099bd397ac8d27965b70e7bfc644abc27fd5df.zip hdf5-39099bd397ac8d27965b70e7bfc644abc27fd5df.tar.gz hdf5-39099bd397ac8d27965b70e7bfc644abc27fd5df.tar.bz2 |
Add no subsets option to h5diff like h5dump (#2760)
* reorder argument in alpha order
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 7de2a61..a5eb585 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -401,6 +401,13 @@ Bug Fixes since HDF5-1.12.2 release Tools ----- + - Names of objects with square brackets will have trouble without the + special argument, --no-compact-subset, on the h5dump command line. + + h5diff did not have this option and now it has been added. + + Fixes GitHub issue #2682 + - In the tools traverse function - an error in either visit call will bypass the cleanup of the local data variables. |