diff --git a/newsfragments/245.feature.rst b/newsfragments/245.feature.rst index 45e7451..e2754c3 100644 --- a/newsfragments/245.feature.rst +++ b/newsfragments/245.feature.rst @@ -8,6 +8,6 @@ higher priority. Previously, it was possible that task cancel requests could actually also themselves be cancelled if a "actor-runtime" cancel request was received (can happen during messy multi actor crashes that propagate). Instead cancels now block the msg loop until serviced and -a response is relayed back to the requester. This alsoa allowed for +a response is relayed back to the requester. This also allows for improved debugger support since we have determinism guarantees about which processes must wait before hard killing their children. diff --git a/newsfragments/HOWTO.rst b/newsfragments/HOWTO.rst index a0eccc6..f132f0c 100644 --- a/newsfragments/HOWTO.rst +++ b/newsfragments/HOWTO.rst @@ -4,5 +4,5 @@ now and use the default `fragment set`_. .. _towncrier docs: https://github.com/twisted/towncrier#quick-start -.. _pluggy release readme: https://github.com/twisted/towncrier#quick-start +.. _pluggy release readme: https://github.com/pytest-dev/pluggy/blob/main/changelog/README.rst .. _fragment set: https://github.com/twisted/towncrier#news-fragments