We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670bacf commit c971a98Copy full SHA for c971a98
changelog.md
@@ -1,6 +1,12 @@
1
In this file will be listed the changes, especially the breaking ones that one should be careful of
2
when upgrading from a version of rust-sdl2 to another.
3
4
+### Unreleased
5
+
6
+[PR #1368](https://github.com/Rust-SDL2/rust-sdl2/pull/1368) Remove unnecessary unsafe in Window interface. Make Window `Clone`.
7
8
+[PR #1366](https://github.com/Rust-SDL2/rust-sdl2/pull/1366) Add Primary Selection bindings.
9
10
### v0.36.0
11
12
[PR #1270](https://github.com/Rust-SDL2/rust-sdl2/pull/1270) **BREAKING CHANGE** Remove &mut self requirement in `TimerSubsystem::delay`; Add `TimerSubsystem::ticks64`
0 commit comments