From 39e11b270fd631fdf42265b63bacf29c71fcc5cc Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 23 Jun 2024 23:16:05 +0200 Subject: [PATCH] Documentation update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ff7cb3d..ec8c3edaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ * Text within parantheses is no longer stripped out from the game name popup when adding or removing games from custom collections * Added a "backgroundMargins" property to the datetime element * Added a "backgroundCornerRadius" property to the datetime element +* Game files with only an extension and no filename will now get skipped on application startup +* Added some extra compiler checking options when building with AddressSanitizer or UndefinedBehaviorSanitizer ### Bug fixes