From ff744a033a3428f879781793d98d4c81e98159f2 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 8 Mar 2023 23:15:47 +0100 Subject: [PATCH] Update doc/whatsnew/fragments/8407.breaking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- doc/whatsnew/fragments/8407.breaking | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/whatsnew/fragments/8407.breaking b/doc/whatsnew/fragments/8407.breaking index 33e0766fac9..70d75fe9974 100644 --- a/doc/whatsnew/fragments/8407.breaking +++ b/doc/whatsnew/fragments/8407.breaking @@ -1,3 +1,4 @@ -modname and msg_store are now required to be given in FileState, collect_block_lines has also been removed. +``modname`` and ``msg_store`` are now required to be given in ``FileState``. +``collect_block_lines`` has also been removed. Refs #8407