Skip to content

Commit

Permalink
changelog: add breaking change of signed for loops no longer compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestar99 authored and LegNeato committed Sep 21, 2024
1 parent b2c105f commit de7ba8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### 🚨BREAKING🚨
- Signed for loops like `for _ in 0..4i32 {}` no longer compile. We recommend switching to unsigned for loops and casting back to signed integers in the meanwhile.

### Changed 🛠
- [PR#12](https://github.com/rust-gpu/rust-gpu/pull/12) updated toolchain to `nightly-2024-04-24`
- [PR#9](https://github.com/Rust-GPU/rust-gpu/pull/9) relaxed `glam` version requirements (`>=0.22, <=0.29`)
Expand Down

0 comments on commit de7ba8e

Please sign in to comment.