From 21098cdaceee49c22a7e3a9648ce019b4e74beec Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 20 Jul 2023 23:15:51 -0400 Subject: [PATCH] Add note about wgpu-info to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e140a99c6a..0467402899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ Bottom level categories: ## v0.17.0 (2023-07-20) +This is the first release that featured `wgpu-info` as a binary crate for getting information about what devices wgpu sees in your system. It can dump the information in both human readable format and json. + ### Major Changes This release was fairly minor as breaking changes go.