From 5c08e2e257f052e5c2cbe5f7e29db681ca084263 Mon Sep 17 00:00:00 2001 From: Amjad Alsharafi <26300843+Amjad50@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:30:25 +0800 Subject: [PATCH] Updated CHANGELOG Signed-off-by: Amjad Alsharafi <26300843+Amjad50@users.noreply.github.com> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9268582..a8ee9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Major refactor to project structure, the emulation structure and UIs [#6] - Used [EGui] instead of all the other UIs, which is cross platform +- Changed `SaveError::Other` to `SaveError::SerializationError` +- Removed unused `CartridgeError::Other` ### Fixed - Bugfix when Ui resumes while there is no cartridge @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moving to edition 2021 - Fixed module inception error in clippy - In CI, added `rust-audit` to check for security vulnerabilities +- Improved public API, and documentation ### Testing - Moved all blargg tests into `tests/blargg_tests.rs`