Split changelog file to make it more comprehensible when reading and also make it a part of documentation so it'll be more discoverable by the users. This change also makes it possible for rust code inside the changelogs to be tested with `cargo`. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
5 lines
486 B
Markdown
5 lines
486 B
Markdown
- [ ] Tested on all platforms changed
|
|
- [ ] Added an entry to the `changelog` module if knowledge of this change could be valuable to users
|
|
- [ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
|
|
- [ ] Created or updated an example program if it would help users understand this functionality
|
|
- [ ] Updated [feature matrix](https://github.com/rust-windowing/winit/blob/master/FEATURES.md), if new features were added or implemented
|