Skip to content

Commit 1c6d511

Browse files
committed
docs: add update_refs as ABI breaking change
In v1.9, we failed to document that `update_refs` was a breaking change. Add information about this change to the ABI breaking changes section.
1 parent 15d24af commit 1c6d511

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ maintainers of bindings or FFI users, may want to be aware of.
7171
to provide a mechanism to nicely free the configuration entries that
7272
they provide.
7373

74+
* **`update_refs` callback for remotes** (ABI breaking change)
75+
The `update_refs` callback was added to the `git_remote_callbacks`
76+
structure to provide additional information about updated refs;
77+
in particular, the `git_refspec` is included for more information
78+
about the remote ref. The `update_refs` callback will be
79+
preferred over the now deprecated `update_tips` callback.
80+
7481
## What's Changed
7582

7683
### New features

0 commit comments

Comments
 (0)