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:
authorJameson Miller <jamill@microsoft.com>2015-04-30 17:57:13 +0300
committerJameson Miller <jamill@microsoft.com>2015-04-30 17:59:50 +0300
commitbf2ba5290aad5d058c8a28ec50703bbb977b5bb4 (patch)
tree8594e35f8e569493a300313d1296d631d617fa37 /CHANGELOG.md
parent891cc5045f613955c6f766f1875a024483b3b972 (diff)
Update documentation for API changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c97a18b50..4067e48f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -67,6 +67,8 @@ support for HTTPS connections insead of OpenSSL.
### Breaking API changes
+* `git_smart_subtransport_cb` now has a `param` parameter.
+
* The `git_merge_options` structure member `flags` has been renamed
to `tree_flags`.