summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-14 15:24:15 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-14 15:24:15 +0200
commit874cc35a8d130735d3d8160191e697021e1ab8fb (patch)
treef168239d4e3c7a462f026674171d7e57e5512727
parent2b2dfe80f065f284aa53351d7203e31cf001cf8a (diff)
downloadlibgit2-cmn/index-use-diff.tar.gz
index: add a CHANGELOG entry for the diff usagecmn/index-use-diff
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69f02bba8..810538c64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,9 @@ support for HTTPS connections insead of OpenSSL.
remote functions now take these options or the callbacks instead of
setting them beforehand.
+* The index now uses diffs for `add_all()` and `update_all()` which
+ gives it a speed boost and closer semantics to git.
+
### API additions