We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afec0f2 commit a36599dCopy full SHA for a36599d
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.6.1 (2024-04-20)
4
+
5
+- Add safe constructors for window handles. This may be useful for implementing
6
+ windowing systems with zero unsafe code. (#159)
7
+- Improve documentation for Apple window handles. (#160)
8
+- Add a clarification as to what circumstances Windows handles are considered
9
+ "valid" under. (#163)
10
11
## 0.6.0 (2023-09-30)
12
13
* **Breaking:** Raw pointer handles now use `NonNull` where appropriate, to avoid null pointer dereferences.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raw-window-handle"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Osspial <[email protected]>"]
edition = "2021"
description = "Interoperability library for Rust Windowing applications."
0 commit comments