[svn-r23561] I added the info about dynamically loaded filter.

This commit is contained in:
Raymond Lu
2013-04-08 11:22:00 -05:00
parent 6b00c16d2a
commit 3e841b44be

View File

@@ -106,6 +106,9 @@ New Features
Library:
--------
- The library can load filter libraries dynamically during runtime. Users
can set the search path through environment variable HDF5_PLUGIN_PATH
and call H5Pset_filter to enable a dynamic filter. (SLU - 2013/04/08)
- Added new API functions H5Dscatter and H5Dgather to scatter data to and
and gather data from a selection within a memory buffer.
(NAF - 2013/02/05)