summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlessandro Felder <alessandrofelder@users.noreply.github.com>2021-09-08 20:53:15 (GMT)
committerGitHub <noreply@github.com>2021-09-08 20:53:15 (GMT)
commit8e06298ecfde5eb647b39cfe0dab70005f092199 (patch)
tree60812779599015ee44990d56a643767e9c93da73 /release_docs
parent919f9daec6f397dfdf3fd41d2ecf002d197db293 (diff)
downloadhdf5-8e06298ecfde5eb647b39cfe0dab70005f092199.zip
hdf5-8e06298ecfde5eb647b39cfe0dab70005f092199.tar.gz
hdf5-8e06298ecfde5eb647b39cfe0dab70005f092199.tar.bz2
Add high-level set/get for `unsigned long long` attributes. (#973)
* add ULL attr set/get signatures to LT public API * add LT implementation of ULL set/get attribute * fix copy-paste typo in test comment * add ULL test data * define ullong attr name global variable * add LT tests for ULL attr set/get * Committing clang-format changes * correct type passed to lt get attr test for ULL * update RELEASE.txt with added ULL set/get functionality Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index cd6b800..7ccb9ad 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -907,7 +907,13 @@ New Features
High-Level APIs:
----------------
- -
+ - added set/get for unsigned long long attributes
+
+ the attribute writing high-level API has been expanded to include
+ public set/get functions for ULL attributes, analogously to the
+ existing set/get for other types.
+
+ (AF - 2021/09/08)
C Packet Table API:
-------------------