Reword CHANGELOG entry as per code review

This commit is contained in:
Josh Leeb-du Toit 2016-09-28 14:44:28 +10:00
parent 567fd782d9
commit dc976e72e9

View File

@ -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