From 14e407b75e61db34e3f10a024ac20ce5be371ea5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 29 Aug 2024 20:50:33 +0000 Subject: [PATCH] docs: automated changelog update Signed-off-by: GitHub Actions --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ccf82..1b268f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,9 @@ The following sections list the changes for 1.0.1. * Bugfix #17: Enabled `rename` could result in error - When we enabled `rename` flag it could result in various errors related to cross-device link - messages, we avoid that by falling back to a copy and delete function if this error appears. + When we enabled `rename` flag it could result in various errors related to + cross-device link messages, we avoid that by falling back to a copy and delete + function if this error appears. https://github.com/webhippie/medialize/issues/17