Skip to content

Commit

Permalink
#1939 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Aug 1, 2022
1 parent 91dc544 commit e80058e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
- Required instance extensions for surface creation aren't added until `VulkanoContext` is created.
- The `instance`, `device`, `graphics_queue` and `compute_queue` methods of `VulkanoContext` now return a reference instead of an owned `Arc`.
- **Breaking** Merged `ImmutableBuffer` into `DeviceLocalBuffer`.
- **Breaking** Changes to `StandardCommandPool`:
- `StandardCommandPool` is now implemented lock-free, using thread-local storage.
- `StandardCommandPool::new` and `Device::standard_command_pool` now return a `Result`.

# Version 0.30.0 (2022-07-20)

Expand Down

0 comments on commit e80058e

Please sign in to comment.