Skip to content

Commit 5afd0f9

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#4065 from simonbyrne/sb/changelog
Mention field addition in breaking API changes
2 parents 805b90a + d8f984b commit 5afd0f9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,12 @@ v0.25
150150
If this is `NULL`, then it will not be called and the `exists` function
151151
will be used instead.
152152

153-
* `git_remote_connect()` now accepts proxy options.
153+
* `git_remote_connect()` now accepts `git_proxy_options` argument, and
154+
`git_fetch_options` and `git_push_options` each have a `proxy_opts` field.
155+
156+
* `git_merge_options` now provides a `default_driver` that can be used
157+
to provide the name of a merge driver to be used to handle files changed
158+
during a merge.
154159

155160
v0.24
156161
-------
@@ -227,10 +232,6 @@ v0.24
227232

228233
### Breaking API changes
229234

230-
* `git_merge_options` now provides a `default_driver` that can be used
231-
to provide the name of a merge driver to be used to handle files changed
232-
during a merge.
233-
234235
* The `git_merge_tree_flag_t` is now `git_merge_flag_t`. Subsequently,
235236
its members are no longer prefixed with `GIT_MERGE_TREE_FLAG` but are
236237
now prefixed with `GIT_MERGE_FLAG`, and the `tree_flags` field of the

0 commit comments

Comments
 (0)