Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Jan 19, 2024
1 parent 02e9dc9 commit 50ddff9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50ddff9

Please sign in to comment.