Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Nov 16, 2019
1 parent c90b6f4 commit 7f8823d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changes

## 0.2.0 (2019-11-16)

* Updated VMA vendoring to commit hash `a020fb81cb67b376fb33228475f22d0d9c29f9fd`.
* Implemented `vk_mem::Allocation::null()` for symmetry with vk::Image::null().

## 0.1.9 (2019-10-29)

* Removed unnecessary mut specifiers.
* Implemented `std::error::Error` for `vk_mem::Error`.
* Disabled usage of `failure` by default.
* Updated to latest vendor commit (6ac1d3a4b732f50aef3a884ef7020cce53007065).
* Updated VMA vendoring to commit hash `6ac1d3a4b732f50aef3a884ef7020cce53007065`.
* Bumped all dependencies to latest versions.
* Removed clone from `Allocator`, as it was unsafe and invalid.

Expand Down

0 comments on commit 7f8823d

Please sign in to comment.