Skip to content

Commit 497ce27

Browse files
committed
docs(CHANGES,MIGRATION): Note pytest fixture rename
1 parent 53218b9 commit 497ce27

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff 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()`

MIGRATION

+4
Original file line numberDiff line numberDiff 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()`

0 commit comments

Comments
 (0)