diff --git a/CHANGELOG.md b/CHANGELOG.md index c07d2ff..7736994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Unreleased +# 0.4.6 + - Added support for iOS, tvOS, watchOS and visionOS (UIKit). -- Redo the way surfaces work on macOS to work directly with layers, which will allow initializing directly from a `CALayer` in the future. +- Redo the way surfaces work on macOS to work directly with layers, which will + allow initializing directly from a `CALayer` in the future. +- Update to `windows-sys` 0.59.0 and `core-graphics` v0.24.0. +- Add an MSRV policy. # 0.4.5 diff --git a/Cargo.toml b/Cargo.toml index abc1fb7..fdce087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.4.5" +version = "0.4.6" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"