File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ $ pip install --user --upgrade --pre libvcs
20
20
21
21
### Internals
22
22
23
+ - {issue}` 345 ` ` libvcs.utils ` -> ` libvcs._internal ` to make it more obvious the APIs are strictly
24
+ closed.
23
25
- ` StrOrPath ` -> ` StrPath `
24
- - {issue}` #336 ` : {class}` ~libvcs._internal.subprocess.SubprocessCommand ` : Encapsulated {mod} ` subprocess `
25
- call in a {func}` dataclasses.dataclass ` for introspecting, modifying, mocking and controlling
26
- execution.
26
+ - {issue}` #336 ` : {class}` ~libvcs._internal.subprocess.SubprocessCommand ` : Encapsulated
27
+ {mod} ` subprocess ` call in a {func}` dataclasses.dataclass ` for introspecting, modifying, mocking
28
+ and controlling execution.
27
29
- Dataclass helper: {class}` ~libvcs._internal.dataclasses.SkipDefaultFieldsReprMixin `
28
30
29
31
Skip default fields in object representations.
You can’t perform that action at this time.
0 commit comments