update changelog

This commit is contained in:
Antoni Spaanderman
2024-06-11 18:40:48 +02:00
parent 465034236c
commit a8fb6bdfc1

View File

@@ -3,6 +3,8 @@ when upgrading from a version of rust-sdl2 to another.
### Unreleased
[PR #1389](https://github.com/Rust-SDL2/rust-sdl2/pull/1389) Fix some undefined behavior.
[PR #1368](https://github.com/Rust-SDL2/rust-sdl2/pull/1368) Remove unnecessary unsafe in Window interface. Make Window `Clone`.
[PR #1366](https://github.com/Rust-SDL2/rust-sdl2/pull/1366) Add Primary Selection bindings.