From 76284f6eba8a58b6ccee5fcdb80efe905f1c90f9 Mon Sep 17 00:00:00 2001 From: Tom Solberg Date: Wed, 11 Oct 2023 10:27:11 +0200 Subject: [PATCH] Add missing changelog entry for #215 --- physx/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/physx/CHANGELOG.md b/physx/CHANGELOG.md index a37d2d9c..acf2be0a 100644 --- a/physx/CHANGELOG.md +++ b/physx/CHANGELOG.md @@ -14,6 +14,7 @@ into mutable and immutable variants. ### Fixed - [PR#211](https://github.com/EmbarkStudios/physx-rs/pull/211) fixed misaligned pointer dereference when using `UserData` with small-size values. +- [PR#215](https://github.com/EmbarkStudios/physx-rs/pull/215) fixed double free of materials used by shapes ## [0.18.0] - 2023-03-03 ### Changed