Skip to content

Commit

Permalink
Add changelog entry for #859.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmehnle committed Jan 23, 2025
1 parent b6d57ee commit 0452d94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Version history

This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

**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 <https://github.com/agronholm/anyio/pull/859>`_; PR by @jmehnle)

**4.8.0**

- Added **experimental** support for running functions in subinterpreters on Python
Expand Down

0 comments on commit 0452d94

Please sign in to comment.