Commit dc976e72e9f73a3e74afd8d8abbe8483175ca49e

Josh Leeb-du Toit 2016-09-28T14:44:28

Reword CHANGELOG entry as per code review

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c5644b..b65e498 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