summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-18 18:21:34 (GMT)
committerGitHub <noreply@github.com>2023-04-18 18:21:34 (GMT)
commitbecd4525623de1aabbfae48e6cdf0381959fbe88 (patch)
tree7b18c4b03e2430bfe8b0cef4e83d1de75c8b9abf /release_docs
parent298d7218d5cfbc43b33167e5edf2549c5a9bd839 (diff)
downloadhdf5-becd4525623de1aabbfae48e6cdf0381959fbe88.zip
hdf5-becd4525623de1aabbfae48e6cdf0381959fbe88.tar.gz
hdf5-becd4525623de1aabbfae48e6cdf0381959fbe88.tar.bz2
Add no subsets option to h5diff like h5dump (#2759)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 969f959..4caa6c0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -312,6 +312,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.