Skip to content

Commit e05daef

Browse files
Update changelog
1 parent f56ff39 commit e05daef

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
- Nothing yet
66

7+
## 0.22.0
8+
9+
### Added
10+
11+
- Added `is_rgb` method for `Texture`, `RenderWindow`, and `RenderTexture`
12+
- Add `RcTexture::raw_texture` to get the underlying `Texture` of an `RcTexture`
13+
- Add direction arrow cursors from SFML 2.6 to `CursorType`
14+
- Add `Scancode` API from SFML 2.6.
15+
- Add tip about environment variables to README
16+
17+
### Changed
18+
19+
- `Image::set_pixel` and `Image::pixel_at` are now safe, checked functions. Added unsafe unchecked variants.
20+
- Renamed `SetPixelError` to `PixelAccessError`
21+
- Rust requirement bumped to 1.81
22+
- Made `Context::get_function` a safe function
23+
24+
### Fixed
25+
26+
- Minor doc fixes, including typos
27+
- Fixed compilation error on Windows MinGW
28+
729
## 0.21.0
830

931
### SFML 2.6 update

0 commit comments

Comments
 (0)