summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-06-18 20:23:31 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-06-18 20:23:31 (GMT)
commit0a091d879133ff5f54199aaeeeb274a5b2883a77 (patch)
tree05351c8013d28a6b311ffb952e8f2ca533e9c3b2
parentab9f73e4db81631782244dc5fb3b2be8cf4f3388 (diff)
downloadhdf5-0a091d879133ff5f54199aaeeeb274a5b2883a77.zip
hdf5-0a091d879133ff5f54199aaeeeb274a5b2883a77.tar.gz
hdf5-0a091d879133ff5f54199aaeeeb274a5b2883a77.tar.bz2
Add info to release notes.
-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 c2d24c0..cd83b63 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,6 +109,11 @@ Bug Fixes since HDF5-1.12.0 release
==================================
Library
-------
+ - Reduce overhead for H5open(), which is involved in public symbols like
+ H5T_NATIVE_INT, etc.
+
+ (QAK - 2020/06/18)
+
- Cache last ID looked up for an ID type (dataset, datatype, file, etc),
improving performance when accessing the same ID repeatedly.