We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b027da commit a44a305Copy full SHA for a44a305
1 file changed
CHANGELOG.md
@@ -1,13 +1,17 @@
1
# 1.19.2 (UNRELEASED)
2
3
+- Fix refcount and error handling issues in `filter_register(...)`
4
+
5
- New `Repository.load_filter_list(...)` and `FilterList`
6
[#1444](https://github.com/libgit2/pygit2/pull/1444)
7
-- Build: Fix static build conflict with numpy
- [#1446](https://github.com/libgit2/pygit2/pull/1446)
8
+- New `Odb.read_header(...)` and now `Odb.read(...)` returns `enums.ObjectType` instead of int
9
+ [#1450](https://github.com/libgit2/pygit2/pull/1450)
10
-- CI: Fix create GitHub release
11
+- Build and CI fixes
12
+ [#1446](https://github.com/libgit2/pygit2/pull/1446)
13
[#1448](https://github.com/libgit2/pygit2/pull/1448)
14
+ [#1455](https://github.com/libgit2/pygit2/pull/1455)
15
16
17
# 1.19.1 (2025-12-29)
0 commit comments