From 5f30562e0c6da4825eb88fb436550a10c0a3398c Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Fri, 15 Sep 2023 10:37:03 +0100 Subject: [PATCH] docs: release: Add note on boot_serial duplicate command fix Adds a note about a fix for boot_serial duplicate commands Signed-off-by: Jamie McCrae --- docs/release-notes.d/serial-timeoout-fix.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/release-notes.d/serial-timeoout-fix.md diff --git a/docs/release-notes.d/serial-timeoout-fix.md b/docs/release-notes.d/serial-timeoout-fix.md new file mode 100644 index 000000000..439e03fc7 --- /dev/null +++ b/docs/release-notes.d/serial-timeoout-fix.md @@ -0,0 +1,4 @@ +- Fixed an issue with boot_serial repeats not being processed when + output was sent, this would lead to a divergence of commands + whereby later commands being sent would have the previous command + output sent instead.