From 50ddff98a6690ef5075f0c176090783e32d92d05 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 9bfea9f358..18a9a81d22 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: