We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1466d4a commit 510a910Copy full SHA for 510a910
wayland-client/CHANGELOG.md
@@ -2,9 +2,16 @@
2
3
## Unreleased
4
5
+## 0.31.2 -- 2024-01-29
6
+
7
#### Additions
8
9
- Implement `Eq` for `Connection`
10
11
+#### Bugfixes
12
13
+- Fix a possible deadlock in `EventQueue::blocking_dispatch()`
14
15
## 0.31.1 -- 2023-09-19
16
17
wayland-client/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "wayland-client"
-version = "0.31.1"
+version = "0.31.2"
documentation = "https://docs.rs/wayland-client/"
repository = "https://github.com/smithay/wayland-rs"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
0 commit comments