Skip to content

Commit 903f7a4

Browse files
committed
docs(CHANGES): Note BaseProject changes
1 parent d8a4064 commit 903f7a4

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
@@ -22,6 +22,16 @@ $ pip install --user --upgrade --pre libvcs
2222

2323
- `run(cmd, ...)` is now `run(args, ...)` to match `Popen`'s convention.
2424

25+
- {class}`libvcs.projects.base.BaseProject`:
26+
27+
- Removed `parent_dir`:
28+
29+
Before: `project.parent_dir`
30+
31+
After: `project.parent.dir`.
32+
33+
- `repo_name` switched from attribute to property
34+
2535
- {issue}`364`: Project classes no longer accept positional arguments. Per [PEP 570].
2636

2737
Deprecated in >=0.13:

0 commit comments

Comments
 (0)