Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 30, 2022
1 parent 8dd09cb commit 977416d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
1.8.0 (UNRELEASED)
-------------------------

- 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.


1.7.2 (2021-12-06)
-------------------------

Expand Down

0 comments on commit 977416d

Please sign in to comment.