Skip to content

Commit 2d2a602

Browse files
authored
Merge pull request libgit2#4541 from libgit2/cmn/odb-streaming-read-changelog
CHANGELOG: mention the change to `git_odb_open_rstream`
2 parents adf7d09 + 8353e4b commit 2d2a602

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ v0.27
121121
* We now read the effective user's configuration file instead of the real user's
122122
configuration in case libgit2 runs as part of a setuid binary.
123123

124+
* The `git_odb_open_rstream` function and its `readstream` callback in the
125+
`git_odb_backend` interface have changed their signatures to allow providing
126+
the object's size and type to the caller.
127+
124128
v0.26
125129
-----
126130

0 commit comments

Comments
 (0)