summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2018-02-22 09:20:31 +0100
committerPatrick Steinhardt <ps@pks.im>2018-03-02 10:25:05 +0000
commit8353e4b5fffae2bb3dbbdd3f47acf1b332556957 (patch)
treeb48b66756e8d37a5c3ae9277b5a02849267f836a
parent809b0ca6b9b6a5648b8e802a9f0c6a0821257595 (diff)
downloadlibgit2-cmn/odb-streaming-read-changelog.tar.gz
CHANGELOG: mention the change to `git_odb_open_rstream`cmn/odb-streaming-read-changelog
-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
-----