From f21719a1f50c547733d6c0ca978e9a0bcc235fc1 Mon Sep 17 00:00:00 2001 From: cbartondock Date: Wed, 26 Apr 2023 12:06:06 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f74f112d00..ee5566d549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ### Added * Explanation of SRM's workflow on the preview page when no apps are present. Credit to @dragoonDorise. -* Highlight mandatory fields in create parser +* Highlight mandatory fields in create parser. ### Changed * Moved better-sqlite calls to a child process. This fixes crashes that have been happening since upgrading to `Electron 24`.