diff --git a/CHANGELOG.md b/CHANGELOG.md index e806e03..5438cea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Unreleased -- Update to `objc2` 0.6.0. -- Bump MSRV to Rust 1.71. +# 0.4.7 + +- Add support for Android using the `ndk` crate. +- Replace `log` with `tracing`. +- Improved examples. - Make `Context` cloneable. - Added `Buffer::width()` and `Buffer::height()` getters. +- Bump MSRV to Rust 1.71. +- Update to `objc2` 0.6, `objc2-*` 0.3, `drm` 0.14, `rustix` 1.0 and `windows-sys` 0.61. # 0.4.6 diff --git a/Cargo.toml b/Cargo.toml index 76f2eec..368cfd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.4.6" +version = "0.4.7" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"