From dc976e72e9f73a3e74afd8d8abbe8483175ca49e Mon Sep 17 00:00:00 2001 From: Josh Leeb-du Toit Date: Wed, 28 Sep 2016 14:44:28 +1000 Subject: [PATCH] Reword CHANGELOG entry as per code review --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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