Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d6ad2a9ce..374aa927c 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -816,6 +816,12 @@ v0.23
* `git_submodule_set_branch()` allows to set the configured branch for
a submodule.
+* `git_blame_options` has been taught how to handle diff find options
+ through its find_options field.
+
+* `git_diff_find_t` has now been taught how to ignore rename handling
+ completely through `GIT_DIFF_FIND_NO_RENAMES`.
+
### API removals
* `git_remote_save()` and `git_remote_clear_refspecs()` have been