Changelog

This commit is contained in:
Connor Fitzgerald 2022-07-04 15:29:35 -04:00
parent 7319a8136b
commit 615ced5a99

View File

@ -40,6 +40,11 @@ Bottom level categories:
## Unreleased
### Bug Fixes
#### DX12
- `DownlevelCapabilities::default()` now returns the `ANISOTROPIC_FILTERING` flag set to true so DX12 lists `ANISOTROPIC_FILTERING` as true again by @cwfitzgerald in [#2851](https://github.com/gfx-rs/wgpu/pull/2851)
## wgpu-0.13.1 (2022-07-02)
### Bug Fixes