Skip to content

Commit b4b7a5d

Browse files
committed
docs(CHANGES): Note run() change
1 parent 8aa4a5b commit b4b7a5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ $ pip install --user --upgrade --pre libvcs
1717

1818
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
1919
`libvcs._internal.run`. It will be supported as an unstable, internal API.
20+
- {issue}`361`: {class}`~libvcs._internal.run.run`'s params are now a pass-through to
21+
{class}`subprocess.Popen`.
22+
23+
- `run(cmd, ...)` is now `run(args, ...)` to match `Popen`'s convention.
2024

2125
### What's new
2226

0 commit comments

Comments
 (0)