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 280d050 commit 0e2685a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions crates/cust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Notable changes to this project will be documented in this file.

## Unreleased

- `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.1 - 2/11/22

No changes, updated to cust_derive 0.2 to fix a bug.
Expand Down

0 comments on commit 0e2685a

Please sign in to comment.