Skip to content

Commit 3b4eb10

Browse files
author
Edward Thomson
committed
CHANGELOG: move git_submodule_update_option changes
The changes to `git_submodule_update_option` are now landing in v.Next.
1 parent 9e78b72 commit 3b4eb10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ v0.25 + 1
1313

1414
### Breaking API changes
1515

16+
* `clone_checkout_strategy` has been removed from
17+
`git_submodule_update_option`. The checkout strategy used to clone will
18+
be the same strategy specified in `checkout_opts`.
19+
1620
v0.25
1721
-------
1822

@@ -135,10 +139,6 @@ v0.25
135139
* `git_blob_create_fromchunks()` has been removed in favour of
136140
`git_blob_create_fromstream()`.
137141

138-
* `clone_checkout_strategy` has been removed from
139-
`git_submodule_update_option`. The checkout strategy used to clone will
140-
be the same strategy specified in `checkout_opts`.
141-
142142
### Breaking API changes
143143

144144
* `git_packbuilder_object_count` and `git_packbuilder_written` now

0 commit comments

Comments
 (0)