Skip to content

Commit 6bbd34b

Browse files
committed
Add CHANGELOG entry for banning OpReturn/OpReturnValue in inline asm!.
1 parent 34dffa0 commit 6bbd34b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
2828
-->
2929

30+
## [Unreleased]
31+
32+
### Fixed 🩹
33+
- [PR#1006](https://github.com/EmbarkStudios/rust-gpu/pull/1006) fixed [#1002](https://github.com/EmbarkStudios/rust-gpu/issues/1002) by rewriting away all `spirv-std` uses of `asm!("OpReturnValue %result")` and disallowing `OpReturn`/`OpReturnValue` from inline `asm!` (as it's always UB to leave `asm!` blocks in any way other than falling through their end)
34+
3035
## [0.6.0]
3136

3237
### Added ⭐

0 commit comments

Comments
 (0)