Skip to content

Commit 734ec53

Browse files
committed
Update the changelog re: Clone and .copy()
1 parent 1f823d5 commit 734ec53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Added basic support for reading and writing dataset slices.
2323
- When creating datasets, in-memory type layouts are normalized (converted to C repr).
2424
- Added `packed` option to `DatasetBuilder` (for creating packed HDF5 datasets).
25+
- All high-level objects now implement `Clone` (shallow copy, increases refcount).
2526

2627
### Changed
2728

@@ -46,6 +47,7 @@
4647
user can user methods of the parent type without having to import any traits into scope
4748
(for instance, `File` dereferences into `Group`, which dereferences into `Location`,
4849
which dereferences into `Object`).
50+
- Dataspaces and property lists can now be copied via `.copy()` method (instead of `.clone()`).
4951

5052
### Fixed
5153

0 commit comments

Comments
 (0)