summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-03-25 21:45:47 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-03-25 21:45:47 (GMT)
commit0f92c0e908454bb025361060d89de805e4829302 (patch)
tree7513faffee02b24c782b6359030c16a29de6c232
parent32742c089012f85643ccf450fc3ed27ae3ec584b (diff)
downloadhdf5-0f92c0e908454bb025361060d89de805e4829302.zip
hdf5-0f92c0e908454bb025361060d89de805e4829302.tar.gz
hdf5-0f92c0e908454bb025361060d89de805e4829302.tar.bz2
Update release notes about H5get_alloc_stats() and H5get_free_list_sizes().
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0b87dc6..e39dddc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -50,7 +50,10 @@ New Features
Library:
--------
+ - Added two new API routines for tracking library memory use:
+ H5get_alloc_stats() and H5get_free_list_sizes().
+ (QAK - 2020/03/25)
Java Library:
----------------