Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Oct 10, 2024
1 parent 30d49bf commit bedf899
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 1.16.0 (UNRELEASED)

- Add support for Python 3.13

- Drop support for Python 3.9

- New `Repository.hashfile(...)`
[#1298](https://github.com/libgit2/pygit2/pull/1298)

- New `Option.GET_MWINDOW_FILE_LIMIT` and `Option.SET_MWINDOW_FILE_LIMIT`
[#1312](https://github.com/libgit2/pygit2/pull/1312)

- Fix overriding `certficate_check(...)` callback via argument to `RemoteCallbacks(...)`
[#1321](https://github.com/libgit2/pygit2/pull/1321)

- Add py.typed
[#1310](https://github.com/libgit2/pygit2/pull/1310)

- Fix `discover_repository(...)` annotation
[#1313](https://github.com/libgit2/pygit2/pull/1313)


# 1.15.1 (2024-07-07)

- New `Repository.revert(...)`
Expand Down

0 comments on commit bedf899

Please sign in to comment.