Skip to content

Commit

Permalink
Add a CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
char0313 authored and cwfitzgerald committed Oct 7, 2022
1 parent d5f1941 commit 6451d31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Bottom level categories:

#### General

- Convert all `Default` Implementations on Enums to `derive(Default)`
- Implement `Default` for `CompositeAlphaMode`

### Bug Fixes
Expand All @@ -52,6 +53,10 @@ Bottom level categories:

- 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).

### Testing/Internal

- Update the `minimum supported rust version` to 1.62

## wgpu-0.14.0 (2022-10-05)

### Major Changes
Expand Down Expand Up @@ -145,7 +150,6 @@ both `raw_window_handle::HasRawWindowHandle` and `raw_window_handle::HasRawDispl

#### General

- Convert all Default Implementations on Enums to derive(Default)
- Changed wgpu-hal and wgpu-core implementation to pass RawDisplayHandle and RawWindowHandle as separate
parameters instead of passing an impl trait over both HasRawDisplayHandle and HasRawWindowHandle. By @i509VCB in [#3022](https://github.com/gfx-rs/wgpu/pull/3022)
- 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)
Expand Down

0 comments on commit 6451d31

Please sign in to comment.