Skip to content

Commit 6451d31

Browse files
char0313cwfitzgerald
authored andcommitted
Add a CHANGELOG entry
1 parent d5f1941 commit 6451d31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Bottom level categories:
4444

4545
#### General
4646

47+
- Convert all `Default` Implementations on Enums to `derive(Default)`
4748
- Implement `Default` for `CompositeAlphaMode`
4849

4950
### Bug Fixes
@@ -52,6 +53,10 @@ Bottom level categories:
5253

5354
- Bother to free the `hal::Api::CommandBuffer` when a `wgpu_core::command::CommandEncoder` is dropped. By @jimblandy in [#3069](https://github.com/gfx-rs/wgpu/pull/3069).
5455

56+
### Testing/Internal
57+
58+
- Update the `minimum supported rust version` to 1.62
59+
5560
## wgpu-0.14.0 (2022-10-05)
5661

5762
### Major Changes
@@ -145,7 +150,6 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
145150

146151
#### General
147152

148-
- Convert all Default Implementations on Enums to derive(Default)
149153
- Changed wgpu-hal and wgpu-core implementation to pass RawDisplayHandle and RawWindowHandle as separate
150154
parameters instead of passing an impl trait over both HasRawDisplayHandle and HasRawWindowHandle. By @i509VCB in [#3022](https://github.com/gfx-rs/wgpu/pull/3022)
151155
- Changed `Instance::as_hal<A>` to just return an `Option<&A::Instance>` rather than taking a callback. By @jimb in [#2991](https://github.com/gfx-rs/wgpu/pull/2991)

0 commit comments

Comments
 (0)