Skip to content

Commit f5eca62

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
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 objects referencing contents of a `File` when dropped, but instead when the last `Object` referencing contents of the file is dropped.
8283

8384
### Fixed
8485

0 commit comments

Comments
 (0)