From 0e1d5a6f6f88fd5951ea999af5f2ca1915663672 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Wed, 14 Aug 2024 17:52:18 -0600 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4382c13..a2a66692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Unreleased ========== +### Bugfixes: + +- Update for new string enum implementation's implementation in wasm-bindgen 0.2.93 + ### Misc: - Move crate constant `ROOM_AREA` to extra constants module and make public