Skip to content

Commit 566d894

Browse files
committed
docs(CHANGES): Update to mention git commands
1 parent b8e5aca commit 566d894

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ $ pip install --user --upgrade --pre libvcs
1818
- {issue}`343`: `libvcs.cmd.core` (including {func}`~libvcs._internal.run.run`) have been moved to
1919
`libvcs._internal.run`. It will be supported as an unstable, internal API.
2020

21+
### What's new
22+
23+
- **Commands**: Experimental command wrappers added ({issue}`346`):
24+
25+
- {class}`libvcs.cmd.git.Git`
26+
27+
- {meth}`libvcs.cmd.git.Git.help`
28+
- {meth}`libvcs.cmd.git.Git.reset`
29+
- {meth}`libvcs.cmd.git.Git.checkout`
30+
2131
### Internals
2232

2333
- {issue}`345` `libvcs.utils` -> `libvcs._internal` to make it more obvious the APIs are strictly

0 commit comments

Comments
 (0)