Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Amjad Alsharafi <[email protected]>
  • Loading branch information
Amjad50 committed Oct 19, 2024
1 parent fa027ea commit 5c08e2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
Expand Down

0 comments on commit 5c08e2e

Please sign in to comment.