You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Bottom level categories:
44
44
45
45
#### General
46
46
47
+
- Convert all `Default` Implementations on Enums to `derive(Default)`
47
48
- Implement `Default` for `CompositeAlphaMode`
48
49
49
50
### Bug Fixes
@@ -52,6 +53,10 @@ Bottom level categories:
52
53
53
54
- 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).
54
55
56
+
### Testing/Internal
57
+
58
+
- Update the `minimum supported rust version` to 1.62
59
+
55
60
## wgpu-0.14.0 (2022-10-05)
56
61
57
62
### Major Changes
@@ -145,7 +150,6 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl
145
150
146
151
#### General
147
152
148
-
- Convert all Default Implementations on Enums to derive(Default)
149
153
- Changed wgpu-hal and wgpu-core implementation to pass RawDisplayHandle and RawWindowHandle as separate
150
154
parameters instead of passing an impl trait over both HasRawDisplayHandle and HasRawWindowHandle. By @i509VCB in [#3022](https://github.com/gfx-rs/wgpu/pull/3022)
151
155
- 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