feat: updated changelog

This commit is contained in:
Observer KRypt0n_ 2023-06-18 10:50:10 +02:00
parent b43b689955
commit cdfc9c921a
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 4 additions and 0 deletions

View file

@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added telemetry disabling state support - Added telemetry disabling state support
- Added Discord RPC icons updating
### Changed ### Changed
- Replaced xlua patch by "disable mhypbase" option - Replaced xlua patch by "disable mhypbase" option
- Returned back old `background` file path
## [3.7.2] - 14.06.2023 ## [3.7.2] - 14.06.2023

View file

@ -108,12 +108,14 @@ impl SimpleComponent for AboutDialog {
"<ul>", "<ul>",
"<li>Added telemetry disabling state support</li>", "<li>Added telemetry disabling state support</li>",
"<li>Added Discord RPC icons updating</li>",
"</ul>", "</ul>",
"<p>Changed</p>", "<p>Changed</p>",
"<ul>", "<ul>",
"<li>Replaced xlua patch by \"disable mhypbase\" option</li>", "<li>Replaced xlua patch by \"disable mhypbase\" option</li>",
"<li>Returned back old background file path</li>",
"</ul>", "</ul>",
].join("\n"), ].join("\n"),