2022-07-29 22:24:35 +02:00
# Changelog
2020-07-04 15:21:39 +02:00
2021-12-27 23:52:23 +01:00
## [Unreleased] - ReleaseDate
2022-09-23 12:40:12 +02:00
- Bumped `raw-window-handle` to `0.5.0` , now taking `RawDisplayHandle` and `RawWindowHandle` directly
instead of requiring dynamic dispatch through the `HasRaw{Display,Window}Handle` traits (#645 )
2022-07-29 22:24:35 +02:00
## [0.11.0] - 2022-07-29
2022-07-29 22:19:30 +02:00
### Changed
- Bumped `raw-window-handle` to `0.4.2` (#505 )
2022-03-23 22:04:12 +01:00
## [0.10.0] - 2022-03-23
2022-07-29 22:19:30 +02:00
### Changed
2022-03-23 22:04:12 +01:00
- Bumped `ash` version to [`0.37` ](https://github.com/MaikKlein/ash/releases/tag/0.37.0 ) (#600 )
2022-03-22 15:47:26 -07:00
- Make `enumerate_required_extensions()` return `&[*const c_char]` instead of `Vec<&CStr>` to match `ash::vk::InstanceCreateInfo` (#590 )
2022-02-21 21:46:34 +01:00
## [0.9.1] - 2022-02-21
### Changed
- Convert `ash` version to a range, allowing [`0.34` ](https://github.com/MaikKlein/ash/releases/tag/0.34.0 )-[`0.36` ](https://github.com/MaikKlein/ash/releases/tag/0.36.0 ) (#585 )
2021-12-27 23:52:23 +01:00
## [0.9.0] - 2021-12-27
### Changed
- Bumped `ash` version to [`0.35` ](https://github.com/MaikKlein/ash/releases/tag/0.35.0 )
2021-12-22 02:39:11 +01:00
## [0.8.0] - 2021-12-22
### Changed
- Bumped `ash` version to [`0.34` ](https://github.com/MaikKlein/ash/releases/tag/0.34.0 )
2021-07-30 15:22:29 +02:00
## [0.7.0] - 2021-07-30
### Changed
- Bumped `ash` version to [`0.33` ](https://github.com/MaikKlein/ash/releases/tag/0.33.0 )
2021-04-15 11:39:35 +02:00
## [0.6.0]
### Changed
- Bumped `ash` version to [`0.32` ](https://github.com/MaikKlein/ash/releases/tag/0.32.0 )
## [0.5.0]
2020-07-04 15:21:39 +02:00
### Changed
- `impl HasRawWindowHandle` to `dyn HasRawWindowHandle`
## Version 0.4.1
### Changed
- Use `raw-window-metal` to automatically allocate a `CAMetalLayer` if there is none
## Version 0.4.0
### Changed
- Update `ash` version to 0.31
## Version 0.3.0
### Changed
- Update `ash` version to 0.30
## Version 0.2.0
### Changed
- `enumerate_required_extension` renamed to `enumerate_required_extensions`
- `enumerate_required_extensions` will return an error if the window handle is not supported instead of panic.
- `enumerate_required_extensions` may return multiple extension names. Includes all dependent extensions.
- `create_surface` will return an error if the window handle is not supported instead of panic.
## Version 0.1.0
2021-04-15 11:39:35 +02:00
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
2022-07-29 22:24:35 +02:00
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.11.0...HEAD
[0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0
2022-03-23 22:04:12 +01:00
[0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0
2022-02-21 21:46:34 +01:00
[0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1
2021-12-27 23:52:23 +01:00
[0.9.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.0
2021-12-22 02:39:11 +01:00
[0.8.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.8.0
[0.7.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.7.0
2021-04-15 11:39:35 +02:00
[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