From a06d8fd7eaa30d58f20a950c3dabeeff19af0de8 Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Fri, 31 May 2024 11:13:33 +0100 Subject: [PATCH] chore: changelog updated --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a006084..a0d8f128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed issue where larger itemstack sizes when creating item tasks led to a "missing" (empty) item in the task * Fixed positioning of text entry popup when adding XP or XP Levels rewards to a quest * Popup was being positioned off-screen depending on game resolution and quest screen scroll position +* Fixed quest description editor "insert link" action inserting invalid JSON + * Quoted `"underlined" : "true"` needs to be `"underlined": true` # [2004.2.0]