You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Simplify setting min library version in `FileAccess` plist: `libver_earliest`, `libver_v18`,
63
+
`libver_v110`, `libver_latest`; getting min library version can be done via `libver`.
56
64
57
65
### Changed
58
66
@@ -83,12 +91,19 @@
83
91
- Handles to `hdf5` identifiers are no longer tracked via a registry and is instead handled by stricter semantics of ownership.
84
92
- 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`.
85
93
- Globals no longer creates a `lazy_static` per global.
94
+
- Unsafe `ObjectClass::cast()` has been renamed to `ObjectClass::cast_unchecked()`.
95
+
- Bump `winreg` (Windows only) to 0.10, `pretty_assertions` (dev) to 1.0.
86
96
87
97
### Fixed
88
98
89
99
- A memory leak of handles has been identified and fixed.
90
100
- A race condition on libary initialisation from different threads was identified and fixed.
91
101
102
+
### Removed
103
+
104
+
- Free-standing functions `get_id_type`, `is_valid_id`, `is_valid_user_id` have been removed,
0 commit comments