Skip to content

Commit eedbae0

Browse files
committed
v0.4.2
Signed-off-by: John Nunley <[email protected]>
1 parent 5c7a209 commit eedbae0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Unreleased
22

3+
# 0.4.2
4+
5+
- Add the ability to get the underlying window handle. (#193)
6+
- Rework the backend to use a trait-based interface. (#196)
7+
- On Orbital, fix window resize. (#200)
8+
- Fix `bytes()` for KMS/DRM implementation. (#203)
9+
10+
# 0.4.1
11+
312
- 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)
613
- Update `drm` to 0.11 (#178)
714
* Fixes build on architectures where drm-rs did not have generated bindings.
815
- Update x11rb to v0.13 (#183)
9-
- On Orbital, fix window resize.
16+
- On Web, add support for more `RawWindowHandle` variants. (#188)
17+
- On Wayland, fix buffer age. (#191)
1018

1119
# 0.4.0
1220

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.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)