summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-06-12 09:28:19 -0400
committerEdward Thomson <ethomson@microsoft.com>2015-06-12 09:39:37 -0400
commit0e522f6e6a338da722c7197da9af9435a03049d0 (patch)
tree782591557c7168b58e819af3f2a28f4c8f9b9f0e
parent3208df37fbddeb3ec467fd5b3b98be77b29ad196 (diff)
downloadlibgit2-0e522f6e6a338da722c7197da9af9435a03049d0.tar.gz
binary diff: document changes in CHANGELOG
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fff2d499..a8e3e18ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,6 +65,10 @@ support for HTTPS connections insead of OpenSSL.
configuration. This allows modifying URL prefixes to a custom
value via gitconfig.
+* `git_diff_foreach`, `git_diff_blobs`, `git_diff_blob_to_buffer`,
+ and `git_diff_buffers` now accept a new binary callback of type
+ `git_diff_binary_cb` that includes the binary diff information.
+
### API additions
* The `git_merge_options` gained a `file_flags` member.