Skip to content

Commit 361ef02

Browse files
committed
docs(CHANGES): Note removal / deprecations
1 parent aeb79c4 commit 361ef02

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ $ pip install --user --upgrade --pre libvcs
1616
### Breaking changes
1717

1818
- {issue}`372` Typings moved from `libvcs.types` -> {mod}`libvcs._internal.types`
19+
- {issue}`377` Remove deprecated functions and exceptions
20+
21+
- Removed `libvcs.shortcuts`
22+
- Removed `libvcs.shortcuts.create_project_from_pip_url()`: This will be replaced in future
23+
versions by {issue}`376` / parsing utilities
24+
- Moved `libvcs.shortcuts.create_project()` to {func}`libvcs._internal.shortcuts.create_project`
25+
- Removed {exc}`libvcs.exc.InvalidPipURL`
1926

2027
### Fixes
2128

@@ -59,7 +66,7 @@ $ pip install --user --upgrade --pre libvcs
5966

6067
### Typings
6168

62-
- {func}`~libvcs.shortcuts.create_project`: Add overloads that return the typed project (e.g.
69+
- `create_project()`: Add overloads that return the typed project (e.g.
6370
{class}`~libvcs.projects.git.GitProject`)
6471

6572
## libvcs 0.13.2 (2022-06-12)

0 commit comments

Comments
 (0)