Skip to content

Commit a44a305

Browse files
committed
Update changelog
1 parent 6b027da commit a44a305

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# 1.19.2 (UNRELEASED)
22

3+
- Fix refcount and error handling issues in `filter_register(...)`
4+
35
- New `Repository.load_filter_list(...)` and `FilterList`
46
[#1444](https://github.com/libgit2/pygit2/pull/1444)
57

6-
- Build: Fix static build conflict with numpy
7-
[#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)
810

9-
- CI: Fix create GitHub release
11+
- Build and CI fixes
12+
[#1446](https://github.com/libgit2/pygit2/pull/1446)
1013
[#1448](https://github.com/libgit2/pygit2/pull/1448)
14+
[#1455](https://github.com/libgit2/pygit2/pull/1455)
1115

1216

1317
# 1.19.1 (2025-12-29)

0 commit comments

Comments
 (0)