summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.