Skip to content

Commit

Permalink
#2572 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Oct 10, 2024
1 parent 9196fa6 commit 229d69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Other:
- Fixed an off-by-one error in `SubpassDescription::validate`.
- Made resizing smooth on macOS and iOS, and let it interoperate better with windowing libraries.
- Fixed compiling on iOS.
- Fixed UB in `GenericMemoryAllocator::deallocate` arising due to invalid pointer provenance given out on allocation.
- Vulkano-shaders: Fixed shader struct names that are invalid rust idents from panicking the shader! macro. Rust-gpu emitted struct names such as `foo::bar::MyStruct` now work.

# Version 0.34.1 (2023-10-29)
Expand Down

0 comments on commit 229d69d

Please sign in to comment.