Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
beepster4096 committed Feb 22, 2022
1 parent f1242df commit eefda9c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion crates/cust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Notable changes to this project will be documented in this file.

## Unreleased

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

## 0.3.2 - 2/16/22

Expand Down

0 comments on commit eefda9c

Please sign in to comment.