From ef93208cda77eb13729096724c78c9563d59dc8c Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Mon, 7 Aug 2023 15:07:14 +0100 Subject: [PATCH] [COMMAND-BUFFER] Missing table separator The changelog table of the command-buffer specification is missing the row separator between rows in the changelog table. --- scripts/core/EXP-COMMAND-BUFFER.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/EXP-COMMAND-BUFFER.rst b/scripts/core/EXP-COMMAND-BUFFER.rst index 8a83c8a024..a169117022 100644 --- a/scripts/core/EXP-COMMAND-BUFFER.rst +++ b/scripts/core/EXP-COMMAND-BUFFER.rst @@ -207,6 +207,7 @@ Changelog | Revision | Changes | +===========+=======================================================+ | 1.0 | Initial Draft | ++-----------+-------------------------------------------------------+ | 1.1 | add function definitions for buffer read and write | +-----------+-------------------------------------------------------+