Commit 0e522f6e by Edward Thomson

binary diff: document changes in CHANGELOG

parent 3208df37
...@@ -65,6 +65,10 @@ support for HTTPS connections insead of OpenSSL. ...@@ -65,6 +65,10 @@ support for HTTPS connections insead of OpenSSL.
configuration. This allows modifying URL prefixes to a custom configuration. This allows modifying URL prefixes to a custom
value via gitconfig. 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 ### API additions
* The `git_merge_options` gained a `file_flags` member. * The `git_merge_options` gained a `file_flags` member.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment