index: add a CHANGELOG entry for the diff usage

This commit is contained in:
Carlos Martín Nieto 2015-05-14 15:24:15 +02:00
parent 2b2dfe80f0
commit 874cc35a8d

View File

@ -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