summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-06-10 18:37:05 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-06-10 18:37:05 (GMT)
commit8e52a143f7dcc7c4c452df32359cae753db8793d (patch)
tree96638c87c5db0fac92cec7dab53a550eeed8acb5 /release_docs
parentd97fd2c7b5ea42350425272ae9a29ca1c37be890 (diff)
downloadhdf5-8e52a143f7dcc7c4c452df32359cae753db8793d.zip
hdf5-8e52a143f7dcc7c4c452df32359cae753db8793d.tar.gz
hdf5-8e52a143f7dcc7c4c452df32359cae753db8793d.tar.bz2
Add info to release notes about improvement to metdata cache tagging for chunked datasets.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 847bd12..61f8ba8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,6 +109,11 @@ Bug Fixes since HDF5-1.12.0 release
==================================
Library
-------
+ - Remove redundant tagging of metadata cache entries for some chunked
+ dataset operations.
+
+ (QAK - 2020/06/10)
+
- Better detect selections with the same shape, improving performance for
some uses of H5DOappend (and other situations).