summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2019-10-08 19:51:12 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2019-10-08 20:19:42 (GMT)
commit1a10f7b6721b5a42cda73819b14c731bbf400fed (patch)
tree07f1ebe89432294ee624968d057a1854124af1ad
parentb18e4b0f1aa5548fd0b9f4a9fbc0a75d650bd10f (diff)
downloadhdf5-1a10f7b6721b5a42cda73819b14c731bbf400fed.zip
hdf5-1a10f7b6721b5a42cda73819b14c731bbf400fed.tar.gz
hdf5-1a10f7b6721b5a42cda73819b14c731bbf400fed.tar.bz2
Update RELEASE.txt for reference changes
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 35247cc..441cce5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -248,6 +248,16 @@ New Features
(NAF - 2019/03/01)
+ - Add new H5R_ref_t type for object, dataset region and _attribute_
+ references. This new type will deprecate the current hobj_ref_t
+ and hdset_reg_ref_t types for references. Added H5T_REF datatype
+ to read and write new reference types. As opposed to previous
+ reference types, reference creation no longer modifies existing
+ files. New reference types also now support references to external
+ files.
+
+ (JS - 2019/10/08)
+
- Remove H5I_REFERENCE from the library
This ID class was never used by the library and has been removed.