summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-06-11 15:04:54 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-06-11 15:04:54 (GMT)
commit38886e95b2f8e6bf84db51ea4f7569295268cff1 (patch)
tree4b61e4b62492c945ca9bfcc8c4bc3b03774ad15a /release_docs
parent2cb6c23608c05eb14fcafde0571ed5a3124f8755 (diff)
downloadhdf5-38886e95b2f8e6bf84db51ea4f7569295268cff1.zip
hdf5-38886e95b2f8e6bf84db51ea4f7569295268cff1.tar.gz
hdf5-38886e95b2f8e6bf84db51ea4f7569295268cff1.tar.bz2
Update release notes for last ID caching.
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 69a1ce7..c2d24c0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,6 +109,11 @@ Bug Fixes since HDF5-1.12.0 release
==================================
Library
-------
+ - Cache last ID looked up for an ID type (dataset, datatype, file, etc),
+ improving performance when accessing the same ID repeatedly.
+
+ (QAK - 2020/06/11)
+
- Streamline I/O to a single element, improving performance for record
appends to chunked datasets.