Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Feb 16, 2025
1 parent 6a4192a commit d0879d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 1.17.1 (UNRELEASED)

- Drop PowerPC wheels

- Upgrade Linux Glibc wheels to `manylinux_2_28`

- Add `RemoteCallbacks.push_transfer_progress(...)` callback
Expand All @@ -22,9 +20,17 @@
- Add codespell workflow, fix a number of typos
[#1344](https://github.com/libgit2/pygit2/pull/1344)

- More typing
[#1343](https://github.com/libgit2/pygit2/pull/1343)

- CI: Use ARM runner for tests and wheels
[#1346](https://github.com/libgit2/pygit2/pull/1346)

Deprecations:

- Passing str to `Repository.merge(...)` is deprecated,
instead pass an oid object (or a commit, or a reference)


# 1.17.0 (2025-01-08)

Expand Down

0 comments on commit d0879d8

Please sign in to comment.