Skip to content

Commit d8f984b

Browse files
committed
move git_merge_options changes to correct location
1 parent 31c7829 commit d8f984b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ v0.25
153153
* `git_remote_connect()` now accepts `git_proxy_options` argument, and
154154
`git_fetch_options` and `git_push_options` each have a `proxy_opts` field.
155155

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.
159+
156160
v0.24
157161
-------
158162

@@ -228,10 +232,6 @@ v0.24
228232

229233
### Breaking API changes
230234

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

0 commit comments

Comments
 (0)