diff --git a/CHANGES b/CHANGES index ea8af830..c1612f41 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,16 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force +### Breaking changes + +- libvcs: v0.25.0 -> v0.26.0 (#435) + + Renamings of `dir` to `path`. + +- Fix shadowing of python builtins + + - `dir` -> `path` (#435) + ### Documentation - Refactor API docs to split across multiple pages (#431)