Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 7, 2024
1 parent 043d8fe commit b744a92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

# 0.8.47

* Renamed `map_c` to `map_colors`
* Added `rgb::prelude::*` for imoporting traits without naming them (for forward-compatibilty)

# 0.8.46

* Changed `AsRef` to dereference as arrays instead of slices (AsRef<[C]>``AsRef<[C; 4]>`)

# 0.8.45

* Added `From` for 1-tuples

# 0.8.43/0.8.44

* Reverted changes to `ComponentBytes`. `bytemuck` is still recommended instead.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Planned changes:
1. Update to the latest version of 0.8, and fix all deprecation warnings.

- rename `.alpha()` to `.with_alpha()`
- rename `.map_c()` to `.map_colors()`

2. Change field access on `GrayAlpha` from `.0` and `.1` to `.v` and `.a` where possible.
3. Use the `bytemuck` crate for conversions from/to bytes instead of `ComponentBytes` trait. Disable the `as-bytes` feature if possible.
Expand Down

0 comments on commit b744a92

Please sign in to comment.