Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 7, 2025
1 parent 650b2c6 commit adc8768
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

.. rubric:: Development version

- Bump minimum Boost version to 1.70 (this was the practical lower limit,
as it wasn't compiling against older versions).
- Support Boost 1.87.
- 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.
- Update URL to download Boost in cibuildwheel configuration.

.. rubric:: 4.3.2

- Speed up receiving UDP with the Linux kernel network stack by using
Expand Down

0 comments on commit adc8768

Please sign in to comment.