From dd2229acd49edd8cda0cffc5b4bf7a77f4fd185b Mon Sep 17 00:00:00 2001 From: Imbris Date: Fri, 19 Jan 2024 00:35:18 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfea9f3588..6e10581bb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,12 @@ Bottom level categories: - `tan` - `tanh` +### Bug Fixes + +#### WGL + +- In Surface::configure and Surface::present, fix the current GL context not being unset when releasing the lock that guards access to making the context current. This was causing other threads to panic when trying to make the context current. By @Imberflur in [#5087](https://github.com/gfx-rs/wgpu/pull/5087). + ## v0.19.0 (2024-01-17) This release includes: