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.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 024db9a..8ee13ef 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -138,6 +138,19 @@ New Features
Parallel Library:
-----------------
+ - Create VDS in parallel
+ The creation, along with reading and writing of Virtual Data Sets (VDS)
+ is now supported.
+
+ The VDS functionality is substantially that of the serial VDS version
+ with a major exception being that we don't support "printf" style
+ source file selections for parallel VDS. The rationale for this
+ restriction is that we require all file operations to be
+ collective and printf VDS support may break that particular
+ requirement.
+
+ (HDFFV-10287, RAW, 2018/07/18)
+
-
Fortran Library: