======
*(2020-12-05)*
- :issue:`305` via :pr:`311`: In
:py:class:`~cheroot.connections.ConnectionManager`,
process connections as they become active rather than
waiting for a ``tick`` event, addressing performance
degradation introduced in v8.1.0 -- by :user:`liamstask`.
- :issue:`341` via :pr:`342`: Suppress legitimate OS errors
expected on shutdown -- by :user:`webknjaz`.