diff --git a/CHANGELOG.md b/CHANGELOG.md index d362e5b..051fbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Added game sandboxing feature + +### Changed + +- Removed fractions displaying in components downloading progress bar +- Moved to upgraded launcher SDK + ## [3.4.1] - 12.04.2023 ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index deaa75a..ac0458e 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -82,17 +82,17 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Fixed

", + "

Added

", "", "

Changed

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