Skip to content

Commit 03c6f8d

Browse files
authored
Merge pull request #194 from rust-windowing/release-0.4.1
v0.4.1
2 parents 2b1bb98 + 356eeee commit 03c6f8d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Unreleased
22

3-
- On MacOS, Fix double-free of `NSWindow`.
4-
- On Web, add support for more `RawWindowHandle` variants.
3+
- On MacOS, Fix double-free of `NSWindow`. (#180)
4+
- On Web, add support for more `RawWindowHandle` variants. (#188)
5+
- On Wayland, fix buffer age. (#191)
6+
- Update `drm` to 0.11 (#178)
7+
* Fixes build on architectures where drm-rs did not have generated bindings.
8+
- Update x11rb to v0.13 (#183)
59

610
# 0.4.0
711

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)