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>
8 lines
372 B
Markdown
8 lines
372 B
Markdown
Changelog entries should be put in the [`changelog::unreleased`].
|
|
|
|
The changelog can also be viewed [on docs.rs][docs_rs] or [on the current
|
|
master docs][master_docs].
|
|
|
|
[`changelog::unreleased`]: src/changelog/unreleased.md
|
|
[docs_rs]: https://docs.rs/winit/latest/winit/changelog/index.html
|
|
[master_docs]: https://rust-windowing.github.io/winit/winit/changelog/index.html
|