We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run()
1 parent 32b43ea commit d4015ffCopy full SHA for d4015ff
CHANGES
@@ -15,6 +15,14 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
17
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
26
### Development
27
28
#### chore: Implement PEP 563 deferred annotation resolution (#483)
0 commit comments