summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 228ee43..8ed0a27 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -144,6 +144,17 @@ New Features
(DER - 2018/10/26, HDFFV-10614)
+ - Add ability to minimze dataset object headers.
+
+ Inform the library to expect no attributes on created datasets, and to
+ allocate the least space possible for the object headers.
+ A continuation block is created if attributes are added to a 'minimized'
+ dataset, which can reduce performance.
+
+ H5Pget/set_dset_no_attrs_hint, H5Fget/set_no_dset_attrs_hint
+
+ (TRILAB-45)
+
Parallel Library:
-----------------