Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Sep 19, 2024
1 parent f56ff39 commit e05daef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e05daef

Please sign in to comment.