summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDamien PROFETA <damien.profeta@amadeus.com>2015-02-05 11:40:16 +0100
committerDamien PROFETA <damien.profeta@amadeus.com>2015-02-25 10:24:13 +0100
commita275fbc0f7773e6c5888ae7ce766e7a9eb3a5e65 (patch)
tree34fced6b3b392f03f12cadc625fc4fd74f941043 /CHANGELOG.md
parent366e53d3da72805a3db1a1e77d4666416fcb5a93 (diff)
downloadlibgit2-a275fbc0f7773e6c5888ae7ce766e7a9eb3a5e65.tar.gz
Add API to add a memory buffer to an index
git_index_add_frombuffer enables now to store a memory buffer in the odb and to store an entry in the index directly if the index is attached to a repository.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bffcb2561..fd697087a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,9 @@ v0.22 + 1
via `git_config_parse_path()` and `git_config_get_path()`
respectively.
+* `git_index_add_frombuffer()` can now create a blob from memory
+ buffer and add it to the index which is attached to a repository.
+
### API removals
### Breaking API changes