From e05daef88f8a8839855a49beefa3914cb003c0cf Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Thu, 19 Sep 2024 16:57:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6183b15e..a0abf625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ - Nothing yet +## 0.22.0 + +### Added + +- Added `is_rgb` method for `Texture`, `RenderWindow`, and `RenderTexture` +- Add `RcTexture::raw_texture` to get the underlying `Texture` of an `RcTexture` +- Add direction arrow cursors from SFML 2.6 to `CursorType` +- Add `Scancode` API from SFML 2.6. +- Add tip about environment variables to README + +### Changed + +- `Image::set_pixel` and `Image::pixel_at` are now safe, checked functions. Added unsafe unchecked variants. +- Renamed `SetPixelError` to `PixelAccessError` +- Rust requirement bumped to 1.81 +- Made `Context::get_function` a safe function + +### Fixed + +- Minor doc fixes, including typos +- Fixed compilation error on Windows MinGW + ## 0.21.0 ### SFML 2.6 update