File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs
17
17
18
18
### Breaking changes
19
19
20
+ #### pytest fixtures: ` git_local_clone ` renamed to ` example_git_repo ` (#468 )
21
+
22
+ Renamed ` git_local_clone ` to ` example_git_repo ` for better understandability in
23
+ documentation / doctests.
24
+
20
25
#### cmd: Listing method renamed (#466 )
21
26
22
27
- ` libvcs.cmd.git.GitCmd._list() ` -> ` libvcs.cmd.git.Git.ls() `
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ _Notes on the upcoming release will be added here_
24
24
25
25
<!-- Maintainers, insert migration notes for the next release here -->
26
26
27
+ #### pytest fixtures: ` git_local_clone ` renamed to ` example_git_repo ` (#468 )
28
+
29
+ - pytest: ` git_local_clone ` renamed to ` example_git_repo `
30
+
27
31
#### Commands: Listing method renamed (#466 )
28
32
29
33
- ` libvcs.cmd.git.GitCmd._list() ` -> ` libvcs.cmd.git.Git.ls() `
You can’t perform that action at this time.
0 commit comments