- Rename `RemoteCallbacks.progress(...)` callback to
`.sideband_progress(...)`
[1120](https://github.com/libgit2/pygit2/pull/1120)
- New `Repository.merge_base_many(...)` and
`Repository.merge_base_octopus(...)`
[1112](https://github.com/libgit2/pygit2/pull/1112)
- New `Repository.listall_stashes()`
[1117](https://github.com/libgit2/pygit2/pull/1117)
- Code cleanup [1118](https://github.com/libgit2/pygit2/pull/1118)
Backward incompatible changes:
- The `RemoteCallbacks.progress(...)` callback has been renamed to
`RemoteCallbacks.sideband_progress(...)`. This matches the
documentation, but may break existing code that still uses the old
name.