diff --git a/newsfragments/2841.feature.rst b/newsfragments/2841.feature.rst new file mode 100644 index 0000000000..9792eb3b74 --- /dev/null +++ b/newsfragments/2841.feature.rst @@ -0,0 +1,3 @@ +To better reflect the underlying thread handling semantics, +`trio.to_thread.run_sync` gained a new keyword argument ``abandon_on_cancel`` +that overrides the older (now deprecated) ``cancellable`` flag.