Skip to content

Commit 8fc6995

Browse files
committed
Clarify behaviour in README for closing a File
skip ci
1 parent 92b9ebb commit 8fc6995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
- Errors are not expanded when encountered, but only when being used for printing or by
8080
the library user.
8181
- Handles to `hdf5` identifiers are no longer tracked via a registry and is instead handled by stricter semantics of ownership.
82+
- The handle to a `File` will not close all objects in a `File` when dropped, but instead uses a weak file close degree. For the old behaviour see `FileCloseDegree::Strong`.
8283

8384
### Fixed
8485

0 commit comments

Comments
 (0)