From 073800d170b5684203390673f727fc084e7c0f74 Mon Sep 17 00:00:00 2001 From: Imbris <2002109+Imberflur@users.noreply.github.com> Date: Tue, 14 May 2024 21:37:42 -0400 Subject: [PATCH] Copy-edit new changelog entries and add some more information --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03c2db..ae88b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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