diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3ff800..96dc8b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.3.1 + +* DRM/KMS backend +* Use `MAP_SHARED` on Redox; fixing behavior with latest Orbital +* `OffscreenCanvas` support in web backend +* Error instead of segfault on macOS if size isn't set +* Make `fetch` error on Windows, where it wasn't working correctly +* Implement `Error` trait for `SoftBufferError` +* Dependency updates + # 0.3.0 * On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68). diff --git a/Cargo.toml b/Cargo.toml index ac7c7330..6767e1cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"