File tree Expand file tree Collapse file tree 4 files changed +75
-60
lines changed Expand file tree Collapse file tree 4 files changed +75
-60
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs
1717
1818### Breaking changes
1919
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+
2025#### cmd: Listing method renamed (#466 )
2126
2227- ` 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_
2424
2525<!-- Maintainers, insert migration notes for the next release here -->
2626
27+ #### pytest fixtures: ` git_local_clone ` renamed to ` example_git_repo ` (#468 )
28+
29+ - pytest: ` git_local_clone ` renamed to ` example_git_repo `
30+
2731#### Commands: Listing method renamed (#466 )
2832
2933- ` libvcs.cmd.git.GitCmd._list() ` -> ` libvcs.cmd.git.Git.ls() `
You can’t perform that action at this time.
0 commit comments