diff options
| author | Edward Thomson <ethomson@github.com> | 2017-01-06 12:33:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 12:33:17 +0000 |
| commit | 5afd0f9b7b39ecab4b9334f678bdc2631990c945 (patch) | |
| tree | d57ed5661c17e11703b1f53b75b2f7909ab06ee6 | |
| parent | 805b90aac4a0bc4a388a28f0086ba8a7cf7e62dc (diff) | |
| parent | d8f984bc4980a491ffc61dcfdd57bed27c34ff0d (diff) | |
| download | libgit2-5afd0f9b7b39ecab4b9334f678bdc2631990c945.tar.gz | |
Merge pull request #4065 from simonbyrne/sb/changelog
Mention field addition in breaking API changes
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8544ac451..3a8db068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -150,7 +150,12 @@ v0.25 If this is `NULL`, then it will not be called and the `exists` function will be used instead. -* `git_remote_connect()` now accepts proxy options. +* `git_remote_connect()` now accepts `git_proxy_options` argument, and + `git_fetch_options` and `git_push_options` each have a `proxy_opts` field. + +* `git_merge_options` now provides a `default_driver` that can be used + to provide the name of a merge driver to be used to handle files changed + during a merge. v0.24 ------- @@ -227,10 +232,6 @@ v0.24 ### Breaking API changes -* `git_merge_options` now provides a `default_driver` that can be used - to provide the name of a merge driver to be used to handle files changed - during a merge. - * The `git_merge_tree_flag_t` is now `git_merge_flag_t`. Subsequently, its members are no longer prefixed with `GIT_MERGE_TREE_FLAG` but are now prefixed with `GIT_MERGE_FLAG`, and the `tree_flags` field of the |
