From fbafbafe902ee43dd16f2ef8f84172a8aa2a257c Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 27 Oct 2023 18:03:51 -0400 Subject: [PATCH] CHANGELOG.md: Fix typo: Reword -> Rework Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2daaca9..bd43e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ Behind-the-scenes changes: * Bump maximum payload manifest size to 4 MiB ([PR #182]) -* Reword file handle reopen functionality to use traits instead of callbacks ([PR #189]) +* Rework file handle reopen functionality to use traits instead of callbacks ([PR #189]) * Don't set signature algorithm field for indirectly signed boot images ([PR #191]) * Update dependencies ([PR #197])