From 0452d9409caec5f00771b38dbf0c18f04001934c Mon Sep 17 00:00:00 2001 From: Julian Mehnle Date: Sat, 11 Jan 2025 00:34:50 +0000 Subject: [PATCH] Add changelog entry for #859. --- docs/versionhistory.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 5c75f286..43c59b2c 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -3,6 +3,13 @@ Version history This library adheres to `Semantic Versioning 2.0 `_. +**UNRELEASED** + +- Added ``stdin`` argument to ``anyio.run_process()`` akin to what + ``anyio.open_process()``, ``asyncio.create_subprocess_…()``, ``trio.run_process()``, + and ``subprocess.run()`` already accept. + (`#859 `_; PR by @jmehnle) + **4.8.0** - Added **experimental** support for running functions in subinterpreters on Python