diff --git a/CHANGELOG.md b/CHANGELOG.md index b387205..929d50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Replaced FPS unlocker by a custom one + ## [3.9.3] - 23.12.2023 ### Added diff --git a/src/ui/about.rs b/src/ui/about.rs index eee6003..e681af1 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -92,22 +92,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", - - "", - "

Changed

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