Skip to content

Commit 43eebcb

Browse files
committed
docs(CHANGES) Note pytest fixture revamp
1 parent cb7d0a7 commit 43eebcb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ $ pip install --user --upgrade --pre libvcs
1515

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
## Breaking changes
19+
20+
### pytest fixtures: Session-scoped `hgconfig` and `gitconfig` (#475)
21+
22+
These are now set by `set_hgconfig` and `set_gitconfig`, which set `HGRCPATH` and `GIT_CONFIG`, instead of overriding `HOME`.
23+
24+
## Documentation
25+
26+
- Updates for pytest plugin documentation.
27+
1828
## libvcs 0.31.0 (2024-10-12)
1929

2030
### Breaking changes

0 commit comments

Comments
 (0)