diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5644b70..b65e498f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,8 +62,8 @@ v0.24 + 1 `git_blob_create_fromstream()`. * `clone_checkout_strategy` has been removed from - `git_submodule_update_option` as it is no longer necessary after - removing the `GIT_CHECKOUT_SAFE_CREATE` flag in favour of the 'GIT_CHECKOUT_SAFE' flag. + `git_submodule_update_option`. The checkout strategy used to clone will + be the same strategy specified in `checkout_opts`. ### Breaking API changes