diff options
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 87ef581..335c8c3 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -268,6 +268,12 @@ H5function6 <dd>The 'start' and 'end' parameters have changed from <code>'hsize_t *'</code> to <code>'hssize_t *'</code> to better match the rest of the dataspace API. + <dt><code>h5pset(get)_fapl_core_f</code> + <dd>The 'backing_store' parameter has changed from + <code>INTEGER</code> to <code>LOGICAL</code> to match better C API + <dt><code>h5pset(get)_preserve_f</code> + <dd>The 'flag' parameter has changed from + <code>INTEGER</code> to <code>LOGICAL</code> to match better C API <dt><code>H5function</code> <dd>Description of change </dl> |