Skip to content

Commit 6787377

Browse files
committed
docs(CHANGES) Note decorator rename
1 parent f788391 commit 6787377

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ $ pip install --user --upgrade --pre libvcs
2222
Renamed `git_local_clone` to `example_git_repo` for better understandability in
2323
documentation / doctests.
2424

25+
#### pytest plugin: Rename `skip_if_{vcs}_missing` -> `skip_if_missing_{vcs}` (#473)
26+
27+
- `skip_if_git_missing` -> `skip_if_missing_git`
28+
- `skip_if_hg_missing` -> `skip_if_missing_hg`
29+
- `skip_if_svn_missing` -> `skip_if_missing_svn`
30+
2531
#### cmd: Listing method renamed (#466)
2632

2733
- `libvcs.cmd.git.GitCmd._list()` -> `libvcs.cmd.git.Git.ls()`

0 commit comments

Comments
 (0)