summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfb4f0430..bbb64c3a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,8 +88,11 @@ v0.21 + 1
* Rename git_remote_load() to git_remote_lookup() to bring it in line
with the rest of the lookup functions.
-* git_push_unpack_ok() has been removed and git_push_finish() now
- returns an error if the unpacking failed.
+* The git_push struct to perform a push has been replaced with
+ git_remote_upload(). The refspecs and options are passed as a
+ function argument. git_push_update_tips() is now also
+ git_remote_update_tips() and the callbacks are in the same struct as
+ the rest.
* Introduce git_merge_bases() and the git_oidarray type to expose all
merge bases between two commits.