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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68489feca..ef7b1a3f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -720,6 +720,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