Skip to content

Commit a03cfc9

Browse files
committed
docs(CHANGES): Note module move
1 parent ad3a7f6 commit a03cfc9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGES

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ $ pip install --user --upgrade --pre libvcs
2020

2121
### Internals
2222

23+
- {issue}`345` `libvcs.utils` -> `libvcs._internal` to make it more obvious the APIs are strictly
24+
closed.
2325
- `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.
2729
- Dataclass helper: {class}`~libvcs._internal.dataclasses.SkipDefaultFieldsReprMixin`
2830

2931
Skip default fields in object representations.

0 commit comments

Comments
 (0)