summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-18 18:21:18 (GMT)
committerGitHub <noreply@github.com>2023-04-18 18:21:18 (GMT)
commit445fcab52f92bbd03ee0779e753c1cf1c1b3a91b (patch)
tree63c89e344c4b0408f9e647ed14a354569e621857 /release_docs/RELEASE.txt
parent6e516abc29ce608190dec4b09ab9fd6619f22d50 (diff)
downloadhdf5-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/RELEASE.txt')
-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 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.