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.
This commit is contained in:
Edward Thomson
2025-01-07 20:29:44 +00:00
parent 15d24af7bc
commit 1c6d51142d

View File

@@ -71,6 +71,13 @@ maintainers of bindings or FFI users, may want to be aware of.
to provide a mechanism to nicely free the configuration entries that
they provide.
* **`update_refs` callback for remotes** (ABI breaking change)
The `update_refs` callback was added to the `git_remote_callbacks`
structure to provide additional information about updated refs;
in particular, the `git_refspec` is included for more information
about the remote ref. The `update_refs` callback will be
preferred over the now deprecated `update_tips` callback.
## What's Changed
### New features