From ae7fcc26ebca16a1b342d8f24df949ac0d83c8ca Mon Sep 17 00:00:00 2001 From: Todd Sundsted Date: Sat, 16 Nov 2024 08:46:07 -0500 Subject: [PATCH] Fix CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bcd265..0231c623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project are documented in this file. - Permit `del`, `ins`, and `s` elements in sanitized HTML. - Only store the `redirect_after_auth_path` on browser navigation. - Add "content" property to editor JSON error response. -- Use `FileUtils.mv` to move uploaded file. (fixes [117](https://github.com/toddsundsted/ktistec/issues/117)) +- Use `FileUtils.mv` to move uploaded file. (fixes [#117](https://github.com/toddsundsted/ktistec/issues/117)) ## [v2.4.1] ### Fixed