diff options
author | Edward Thomson <ethomson@github.com> | 2017-01-21 22:40:37 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@github.com> | 2017-01-21 22:40:37 +0000 |
commit | 3b4eb107c21eb855dd651bc2e5904c0b29ece9b7 (patch) | |
tree | cd3ef69df856e8eba75b5b3e10cad20696b3965f /CHANGELOG.md | |
parent | 9e78b7279de4bcf22a354c02ae25a6a0849dbb7d (diff) | |
download | libgit2-3b4eb107c21eb855dd651bc2e5904c0b29ece9b7.tar.gz |
CHANGELOG: move `git_submodule_update_option` changes
The changes to `git_submodule_update_option` are now landing in v.Next.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c5d8424..0ae75e156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ v0.25 + 1 ### Breaking API changes +* `clone_checkout_strategy` has been removed from + `git_submodule_update_option`. The checkout strategy used to clone will + be the same strategy specified in `checkout_opts`. + v0.25 ------- @@ -135,10 +139,6 @@ v0.25 * `git_blob_create_fromchunks()` has been removed in favour of `git_blob_create_fromstream()`. -* `clone_checkout_strategy` has been removed from - `git_submodule_update_option`. The checkout strategy used to clone will - be the same strategy specified in `checkout_opts`. - ### Breaking API changes * `git_packbuilder_object_count` and `git_packbuilder_written` now |