summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-03-04 12:17:17 +0000
committerGitHub <noreply@github.com>2018-03-04 12:17:17 +0000
commit2d2a60258f83b937a9a840ae1bea4968492b099e (patch)
treedff3c357da769459fbd2c58efeafbf71a4cf9864
parentadf7d0940e13e71982cbf3f65adead6428fd2aca (diff)
parent8353e4b5fffae2bb3dbbdd3f47acf1b332556957 (diff)
downloadlibgit2-2d2a60258f83b937a9a840ae1bea4968492b099e.tar.gz
Merge pull request #4541 from libgit2/cmn/odb-streaming-read-changelog
CHANGELOG: mention the change to `git_odb_open_rstream`
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73d19dee5..ba0cb4ea8 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
-----