summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-06-11 13:14:48 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-06-11 13:14:48 (GMT)
commit6ca633026c2fe19f31ab17f8833b547c138622da (patch)
tree005261735e79aeb681dafca631f1cfdb5bd7e730 /release_docs
parenta9e9de8c6c204f15a091630d12037079542f6596 (diff)
parent770f7b844949e78412310f8d08e4282f971eed92 (diff)
downloadhdf5-6ca633026c2fe19f31ab17f8833b547c138622da.zip
hdf5-6ca633026c2fe19f31ab17f8833b547c138622da.tar.gz
hdf5-6ca633026c2fe19f31ab17f8833b547c138622da.tar.bz2
Merge remote-tracking branch 'origin/hdf5_1_12' into hdf5_1_12_opt_single_selection_io
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).