2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

Merge pull request in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop

* commit '91f20982daf2f76d4b8f3ba4f4659db7cd62c821':
  HDFFV-10534 add note
This commit is contained in:
Allen Byrne 2018-07-30 12:10:10 -05:00
commit 958cc1a969

@ -119,6 +119,12 @@ New Features
Java Library:
----------------
- Java HDFLibraryException class
Change parent class from Exception to RuntimeException.
(ADB - 2018/07/30, HDFFV10534)
- JNI Read and Write
Refactored variable-length functions, H5DreadVL and H5AreadVL,
@ -160,7 +166,7 @@ Bug Fixes since HDF5-1.10.2 release
H5Adelete failed when deleting the last "large" attribute that
is stored densely via fractal heap/v2 b-tree.
After removing the attribute, update the ainfo message. If the
number of attributes goes to zero, remove the message.