summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-03-11 17:55:39 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2015-03-11 17:55:39 +0100
commit15f581747c57f1bb5f3c3a173139789ec759c964 (patch)
treefdf8ec80625f9bb920287a13b446ade0265d88b2 /CHANGELOG.md
parent61ccba0d5630eee7f88d34c872b71777df124c70 (diff)
parenta275fbc0f7773e6c5888ae7ce766e7a9eb3a5e65 (diff)
downloadlibgit2-15f581747c57f1bb5f3c3a173139789ec759c964.tar.gz
Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2
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 0970bfdc8..71112bfaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,9 @@ v0.22 + 1
* Reference renaming now uses the right id for the old value.
+* `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