diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-11-04 10:39:55 -0800 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-22 20:00:25 +0100 |
commit | e2bb9ed3715ad10ccee7da2c9d09006bd8b8db7b (patch) | |
tree | dba374d9c48272394e29f4dbc471408fd3db1417 | |
parent | 35e68606da5978f8e9ccdbd01194354583ddf021 (diff) | |
download | libgit2-e2bb9ed3715ad10ccee7da2c9d09006bd8b8db7b.tar.gz |
CHANGELOG: add a note about _fromstream() and _fromstream_commit()
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e58403f..35e926482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ v0.24 + 1 * `git_commit_create_buffer()` creates a commit and writes it into a user-provided buffer instead of writing it into the object db. +* `git_blob_create_fromstream()` and + `git_blob_create_fromstream_commit()` allow you to create a blob by + writing into a stream. Useful when you do not know the final size or + want to copy the contents from another stream. + ### API removals ### Breaking API changes |