From b6f78b883f3d486e23a35b1399aeda3e15bf6424 Mon Sep 17 00:00:00 2001 From: Bruce Merry Date: Thu, 9 Jan 2025 09:15:46 +0200 Subject: [PATCH] Fix typo in changelog --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index a43e4b25..543b0101 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -13,8 +13,8 @@ Changelog - Rename :cpp:class:`!spead2::io_service_ref` to :cpp:class:`spead2::io_context_ref` to reflect name changes in Asio (the old name is retained as a typedef). -- Rename methods called :func:`!get_io_service` to :func:`!get_io_context`, - again to reflect name changes in Boost. +- Rename member functions called :func:`!get_io_service` to + :func:`!get_io_context`, again to reflect name changes in Boost. - Update URL to download Boost in cibuildwheel configuration. - Update cibuildwheel and other build and test dependencies. - Update some unit tests to use :c:macro:`!BOOST_TEST`.