changelog: Add missing link for 0.32.1, document changes to ash-window

This commit is contained in:
Marijn Suijten 2021-04-15 11:39:35 +02:00
parent fc1430ff0a
commit c942328cab
2 changed files with 12 additions and 2 deletions

View file

@ -157,6 +157,7 @@ can write to aligned memory.
[Unreleased]: https://github.com/MaikKlein/ash/compare/0.32.0...HEAD
[0.32.1]: https://github.com/MaikKlein/ash/releases/tag/0.32.1
[0.32.0]: https://github.com/MaikKlein/ash/releases/tag/0.32.0
[0.31.0]: https://github.com/MaikKlein/ash/releases/tag/0.31.0
[0.30.0]: https://github.com/MaikKlein/ash/releases/tag/0.30.0

View file

@ -1,6 +1,12 @@
### Changelog
## [Unreleased]
## [0.6.0]
### Changed
- Bumped `ash` version to [`0.32`](https://github.com/MaikKlein/ash/releases/tag/0.32.0)
## [0.5.0]
### Changed
- `impl HasRawWindowHandle` to `dyn HasRawWindowHandle`
@ -29,4 +35,7 @@
- `create_surface` will return an error if the window handle is not supported instead of panic.
## Version 0.1.0
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
[0.6.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.6.0
[0.5.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.5.0