Skip to content

Commit

Permalink
Copy-edit new changelog entries and add some more information
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur authored May 15, 2024
1 parent f49b903 commit 073800d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## 0.16.1 (2024-05-15)

* Updated `ahash` to a version that no longer has licencing issues with the `zerocopy` dependency ([#237])
* use `without_provenance_mut` which works on newer toolchains ([#236])
* update `tynm` because of the `nom` dependency ([#237])
* Replace `ptr::invalid_mut` usage with `ptr::without_provenance_mut` so the `nightly` feature can compile on the latest nightly toolchain. ([#236])
* Updated `ahash` to a version that no longer has licencing issues with the `zerocopy` dependency. ([#237])
* Update `tynm` to resolve future incompatibility warning from the `nom` dependency. ([#237])

[#236]: https://github.com/amethyst/shred/pull/236
[#237]: https://github.com/amethyst/shred/pull/237
Expand Down

0 comments on commit 073800d

Please sign in to comment.