From eb9c4eb446660a3085a3694d36740a2e6c345e5d Mon Sep 17 00:00:00 2001 From: Christian Granzin <130151349+chandryan@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:20:04 +0100 Subject: [PATCH] Boost.MSM 1.90 additional release notes and Antora integration (#534) * Add MSM doc to libs.playbook.yml * Boost.MSM 1.90 additional release notes --- libs.playbook.yml | 2 ++ release-notes/boost_1_90_0.adoc | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libs.playbook.yml b/libs.playbook.yml index 53d1c9c..ac9b9f3 100644 --- a/libs.playbook.yml +++ b/libs.playbook.yml @@ -72,6 +72,8 @@ asciidoc: # Libraries that support Antora should be included here content: sources: + - url: https://github.com/boostorg/msm + start_path: doc - url: https://github.com/boostorg/url start_path: doc diff --git a/release-notes/boost_1_90_0.adoc b/release-notes/boost_1_90_0.adoc index 3dfc820..248c422 100644 --- a/release-notes/boost_1_90_0.adoc +++ b/release-notes/boost_1_90_0.adoc @@ -128,8 +128,10 @@ particularly for mixed successful/unsuccessful queries. ** Updated `mp_reverse_fold` to work on fixed size lists * boost_phrase:library[MSM,/libs/msm/]: -** Added a new back-end `backmp11` offering heavily reduced compile times and more (requires {cpp}17) -** Fixed bug: https://github.com/boostorg/msm/issues/87[GitHub #87: "boost::any stopped working as Kleene event in 1.86 in boost::msm"] +** Refurbished and updated the documentation to use Antora. +** Added a new back-end `backmp11` offering heavily reduced compile times, a refactored API and a couple of new features. + Requires {cpp}17, more details are available in the documentation. +** Fixed bug https://github.com/boostorg/msm/issues/87[GitHub #87: "boost::any stopped working as Kleene event in 1.86 in boost::msm"]. * boost_phrase:library[MySQL,/libs/mysql/]: ** Deprecated support for Clang versions older than 4.0. These compilers might still work,