diff --git a/CHANGELOG.md b/CHANGELOG.md index b714bf3..0bac922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Fixed telemetry disabling + +### Changed + +- Updated Italian +- Updated Hungarian +- Updated Japanese +- Updated Indonesian +- Updated Spanish +- Updated Turkish +- Updated Chinese +- Disabled patch applying for new installations + ## [3.7.4] (hotfix) - 19.06.2023 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index 925e4fc..85b76e6 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -107,7 +107,20 @@ impl SimpleComponent for AboutDialog { "

Fixed

", "", + + "

Changed

", + + "", ].join("\n"),