Skip to content

Commit d354573

Browse files
docs(CHANGELOG): indirectly acknowledge "yield" joke
1 parent 98d884f commit d354573

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ BREAKING CHANGE: `enumerate_adapters` is now `async`:
5151
+ pub fn enumerate_adapters(&self, backends: Backends) -> impl Future<Output = Vec<Adapter>> {
5252
```
5353

54-
This yields two benefits:
54+
This yields ([kek]) two benefits:
5555

5656
- This method is now implemented on non-native using the standard `Adapter::request_adapter(…)`, making `enumerate_adapters` a portable surface. This was previous a nontrivial pain point when an application wanted to do some of its own filtering of adapters.
5757
- This method can now be used in custom backends.
5858

5959
By @R-Cramer4 in [#8230](https://github.com/gfx-rs/wgpu/pull/8230)
6060

61+
[kek]: https://web.archive.org/web/20250923122958/https://knowyourmeme.com/memes/kek
62+
6163
## v27.0.2 (2025-10-03)
6264

6365
### Bug Fixes

0 commit comments

Comments
 (0)