We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cd50c commit 93d3062Copy full SHA for 93d3062
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.9.7
4
+
5
+### Enhancements
6
7
+- Use thread-local registry to track window handle, avoid double-free
8
9
## 0.9.6
10
11
### Enhancements
Cargo.toml
@@ -36,7 +36,7 @@ resolver = "2" # Keep resolver = "2"
36
37
[workspace.package]
38
authors = ["Allen Dang <allengnr@gmail.com>"]
39
-version = "0.9.6"
+version = "0.9.7"
40
edition = "2024"
41
license = "MIT OR Apache-2.0"
42
repository = "https://github.com/AllenDang/wxDragon"
0 commit comments