docs: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-04-06 22:13:40 +02:00
parent d7a46b25da
commit 7fb37d9252
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added environment emulation feature
### Changed
- Made default game folder name depend on game edition

View file

@ -81,7 +81,14 @@ impl SimpleComponent for AboutDialog {
set_release_notes_version: APP_VERSION,
set_release_notes: &[
"<p>Added</p>",
"<ul>",
"<li>Added environment emulation feature</li>",
"</ul>",
"<p>Changed</p>",
"<ul>",
"<li>Made default game folder name depend on game edition</li>",
"<li>Improved game repairing feature</li>",