Skip to content

Commit d4015ff

Browse files
committed
docs(CHANGES) Note run() update
1 parent 32b43ea commit d4015ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
### Breaking changes
19+
20+
#### `run()` now uses `text=True` (#485)
21+
22+
This means that unicode, not bytes, will be used for running `subprocess`
23+
commands in libvcs. If there are any compatibility issues with this, please file
24+
a ticket.
25+
1826
### Development
1927

2028
#### chore: Implement PEP 563 deferred annotation resolution (#483)

0 commit comments

Comments
 (0)