summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-30 20:04:20 (GMT)
committerGitHub <noreply@github.com>2023-04-30 20:04:20 (GMT)
commitdf84006d360e14d4178e4e1ccdb83fa820d7b47a (patch)
tree535cf00fdf42dafd3e4310b6635514e3cc099660 /release_docs
parent05f07aeeeebe74a23b1fa3b7d42979de5fb72021 (diff)
downloadhdf5-df84006d360e14d4178e4e1ccdb83fa820d7b47a.zip
hdf5-df84006d360e14d4178e4e1ccdb83fa820d7b47a.tar.gz
hdf5-df84006d360e14d4178e4e1ccdb83fa820d7b47a.tar.bz2
Add no subsets option to h5diff like h5dump (#2761)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e265668..457e647 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -200,7 +200,12 @@ Bug Fixes since HDF5-1.10.10 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.
+
+ Fix for GitHub issue #2682
Performance