Skip to content

Commit 532386f

Browse files
committed
docs(CHANGES): Note fixes
1 parent bb5af72 commit 532386f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ $ pip install --user --upgrade --pre libvcs
1515

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

18+
### Breaking changes
19+
20+
- Rename pytest plugin protocol typings (#450):
21+
22+
- `CreateProjectCallbackProtocol` -> `CreateRepoPostInitFn`
23+
- `CreateProjectCallbackFixtureProtocol` -> `CreateRepoPytestFixtureFn`
24+
25+
### Bug fixes
26+
27+
- Remove unused command: `Svn.mergelist` (#450)
28+
- Fix `Git.config` docstring (#450)
29+
30+
### Development
31+
32+
- Add test for direct usage of `HgSync` (#450)
33+
- pytest-watcher, Add configuration (#450):
34+
35+
- Run initially by default
36+
- Skip post-save files from vim
37+
1838
## libvcs 0.25.1 (2023-11-23)
1939

2040
### Packaging

0 commit comments

Comments
 (0)