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
This commit is contained in:
Christian Granzin
2025-11-04 23:20:04 +01:00
committed by GitHub
parent 15e6e249a0
commit eb9c4eb446
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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,