replace deleted note

This commit is contained in:
Allen Byrne 2017-11-17 14:43:12 -06:00
parent be4641777f
commit 2e3f1b1600

View File

@ -242,6 +242,14 @@ Bug Fixes since HDF5-1.10.1 release
(such as szip or zlib) to be available.
(ADB - 2017/11/16, HDFFV-10328)
- Fix rare object header corruption bug
In certain cases, such as when converting large attributes to dense
storage, an error could occur which would either fail an assertion or
cause file corruption. Fixed and added test.
(NAF - 2017/11/14, HDFFV-10274)
- H5Zfilter_avail in H5Z.c
The public function checked for plugins, while the private