Skip to content

Commit eefda9c

Browse files
committed
update changelog
1 parent f1242df commit eefda9c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

crates/cust/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7-
- Add `memory::memcpy_dtoh` to allow copying from device to host.
7+
- Add `memory::memcpy_dtoh` to allow copying from device to host.
8+
- `DeviceSlice` is represented as a slice again, but as `[()]` instead of `[T]`.
9+
- Reimplemented `Index` and `IndexMut` for `DeviceSlice` and removed `DeviceSlice::index`.
10+
- Methods that returned `DeviceSlice` by value now return references:
11+
- `DeviceSlice::from_raw_parts`
12+
- `DeviceSlice::from_raw_parts_mut`
13+
- `DeviceSliceIndex::index`
14+
- `DeviceSliceIndex::get_unchecked`
15+
- Added `DeviceSliceIndex::index_mut` and `DeviceSliceIndex::get_unchecked_mut`.
816

917
## 0.3.2 - 2/16/22
1018

0 commit comments

Comments
 (0)