From 2378425b9ba45874127ea0111a843267312f7329 Mon Sep 17 00:00:00 2001 From: Georg Schuppe Date: Fri, 10 Nov 2023 08:37:48 +0100 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd442b..79012e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ In this document, all remarkable changes are listed. Not mentioned are smaller c ## Unreleased +- Rename types with GGRS prefix to match rust naming conventions +- Removed deprecated `GgrsError` variants - `GameStateCell` now implements debug. - fixed a bug where checksums of unconfirmed frames were compared during desync detection. - You can now trigger a desync manually in the example game by pressing SPACE.