Skip to content

Commit d0879d8

Browse files
committed
Update changelog
1 parent 6a4192a commit d0879d8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# 1.17.1 (UNRELEASED)
22

3-
- Drop PowerPC wheels
4-
53
- Upgrade Linux Glibc wheels to `manylinux_2_28`
64

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

23+
- More typing
24+
[#1343](https://github.com/libgit2/pygit2/pull/1343)
25+
2526
- CI: Use ARM runner for tests and wheels
2627
[#1346](https://github.com/libgit2/pygit2/pull/1346)
2728

29+
Deprecations:
30+
31+
- Passing str to `Repository.merge(...)` is deprecated,
32+
instead pass an oid object (or a commit, or a reference)
33+
2834

2935
# 1.17.0 (2025-01-08)
3036

0 commit comments

Comments
 (0)