diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-18 18:21:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 18:21:18 (GMT) |
commit | 445fcab52f92bbd03ee0779e753c1cf1c1b3a91b (patch) | |
tree | 63c89e344c4b0408f9e647ed14a354569e621857 /release_docs | |
parent | 6e516abc29ce608190dec4b09ab9fd6619f22d50 (diff) | |
download | hdf5-445fcab52f92bbd03ee0779e753c1cf1c1b3a91b.zip hdf5-445fcab52f92bbd03ee0779e753c1cf1c1b3a91b.tar.gz hdf5-445fcab52f92bbd03ee0779e753c1cf1c1b3a91b.tar.bz2 |
Add no subsets option to h5diff like h5dump #2688 (#2756)
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 1036d48..62ac8f2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -346,6 +346,13 @@ Bug Fixes since HDF5-1.14.0 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. |