Skip to content

Commit 9703771

Browse files
committed
Add entry to changelog
1 parent fde768e commit 9703771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- Added support for creating external links on a `Group` with `link_external`.
5252
- Added `Location` methods: `get_info`, `get_info_by_name`, `loc_type`, and `open_by_token`.
5353
- Added `Group` methods: `iter_visit`, `iter_visit_default`, `get_all_of_type`, `datasets`, `groups`, and `named_datatypes`.
54-
54+
5555
### Changed
5656

5757
- Required Rust compiler version is now `1.51`.
@@ -78,6 +78,7 @@
7878
- `silence_errors` now work globally and will not be reset on dropping `SilenceErrors`.
7979
- Errors are not expanded when encountered, but only when being used for printing or by
8080
the library user.
81+
- Handles to `hdf5` identifiers are no longer tracked via a registry and is instead handled by stricter semantics of ownership.
8182

8283
### Fixed
8384

0 commit comments

Comments
 (0)