From 3b847504135861ef4f9dfa06bdcfd5712a190b47 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 11 Feb 2025 22:41:52 +0100 Subject: [PATCH] docs(CHANGELOG): remove `no_std` trace path entry This isn't user-facing, so there doesn't seem to be a real reason to keep this here. --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b664cfe5..5686568c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -178,12 +178,6 @@ allow you to be explicit about whether features you need are available on the we By @Vecvec in [#6905](https://github.com/gfx-rs/wgpu/pull/6905), [#7086](https://github.com/gfx-rs/wgpu/pull/7086) -##### Refactored internal trace path parameter - -Refactored some functions to handle the internal trace path as a string to avoid possible issues with `no_std` support. - -By @brodycj in [#6924](https://github.com/gfx-rs/wgpu/pull/6924). - #### Naga - Refactored `use` statements to simplify future `no_std` support. By @bushrat011899 in [#7256](https://github.com/gfx-rs/wgpu/pull/7256)