diff --git a/CHANGELOG.md b/CHANGELOG.md index 913db7f..32893aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added "launcher behavior" option - Added "kill game process" button when chosen behavior keeps launcher window open - Bundled some icons into the app for consistency across the systems +- Added better panics handler ### Fixed diff --git a/src/ui/about.rs b/src/ui/about.rs index 7c70665..cb295e1 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -111,6 +111,7 @@ impl SimpleComponent for AboutDialog { "
  • Added \"launcher behavior\" option
  • ", "
  • Added \"kill game process\" button when chosen behavior keeps launcher window open
  • ", "
  • Bundled some icons into the app for consistency across the systems
  • ", + "
  • Added better panics handler
  • ", "", "

    Fixed

    ",