]> git.proxmox.com Git - libgit2.git/commitdiff
binary diff: document changes in CHANGELOG
authorEdward Thomson <ethomson@microsoft.com>
Fri, 12 Jun 2015 13:28:19 +0000 (09:28 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Fri, 12 Jun 2015 13:39:37 +0000 (09:39 -0400)
CHANGELOG.md

index 1fff2d499c9b408d19e4c2f296a7084283731631..a8e3e18ac072b4f970f27a0e9d8bed837b756160 100644 (file)
@@ -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.