Commit 2d2a60258f83b937a9a840ae1bea4968492b099e

Edward Thomson 2018-03-04T12:17:17

Merge pull request #4541 from libgit2/cmn/odb-streaming-read-changelog CHANGELOG: mention the change to `git_odb_open_rstream`

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73d19de..ba0cb4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -121,6 +121,10 @@ v0.27
 * We now read the effective user's configuration file instead of the real user's
   configuration in case libgit2 runs as part of a setuid binary.
 
+* The `git_odb_open_rstream` function and its `readstream` callback in the
+  `git_odb_backend` interface have changed their signatures to allow providing
+  the object's size and type to the caller.
+
 v0.26
 -----