We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970ed35 commit 6fa11a1Copy full SHA for 6fa11a1
CHANGES
@@ -23,6 +23,11 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
23
24
### Development
25
26
+#### libvcs: 0.34.0 -> 0.35.0 (#461)
27
+
28
+Internally, this libvcs will use `text=True` in subprocess, and deal only with
29
+unicode. Before this change, handling bytestrings was supported.
30
31
#### chore: Implement PEP 563 deferred annotation resolution (#459)
32
33
- Add `from __future__ import annotations` to defer annotation resolution and reduce unnecessary runtime computations during type checking.
0 commit comments