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 <jamie.mccrae@nordicsemi.no>
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 0000000..439e03f
--- /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.