diff --git a/doc/changelog.rst b/doc/changelog.rst index 066c5b481..deed0c388 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +.. rubric:: 1.11.3 + +- Undo the optimisation of using a single flow steering rule to cover multiple + multicast groups (see #11). + .. rubric:: 1.11.2 - Fix ``-c`` option to :program:`mcdump`. diff --git a/spead2/_version.py b/spead2/_version.py index e9139dfc6..b8045f577 100644 --- a/spead2/_version.py +++ b/spead2/_version.py @@ -1 +1 @@ -__version__ = "1.11.2" +__version__ = "1.11.3"