Skip to content

Commit bedf899

Browse files
committed
Update changelog
1 parent 30d49bf commit bedf899

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 1.16.0 (UNRELEASED)
2+
3+
- Add support for Python 3.13
4+
5+
- Drop support for Python 3.9
6+
7+
- New `Repository.hashfile(...)`
8+
[#1298](https://github.com/libgit2/pygit2/pull/1298)
9+
10+
- New `Option.GET_MWINDOW_FILE_LIMIT` and `Option.SET_MWINDOW_FILE_LIMIT`
11+
[#1312](https://github.com/libgit2/pygit2/pull/1312)
12+
13+
- Fix overriding `certficate_check(...)` callback via argument to `RemoteCallbacks(...)`
14+
[#1321](https://github.com/libgit2/pygit2/pull/1321)
15+
16+
- Add py.typed
17+
[#1310](https://github.com/libgit2/pygit2/pull/1310)
18+
19+
- Fix `discover_repository(...)` annotation
20+
[#1313](https://github.com/libgit2/pygit2/pull/1313)
21+
22+
123
# 1.15.1 (2024-07-07)
224

325
- New `Repository.revert(...)`

0 commit comments

Comments
 (0)