Commit cec320fe by Carlos Martín Nieto

Merge pull request #3701 from jfultz/fix-0.24.0-changelog

Fix some errors I found in the changelog for 0.24.0
parents 7adca53e 0b24855e
...@@ -122,12 +122,15 @@ v0.24 ...@@ -122,12 +122,15 @@ v0.24
`GIT_CONFIG_LEVEL_PROGRAMDATA` which represent a rough Windows equivalent `GIT_CONFIG_LEVEL_PROGRAMDATA` which represent a rough Windows equivalent
to the system level configuration. to the system level configuration.
* `git_rebase_init()` not also takes a merge options. * `git_rebase_options` now has a `merge_options` field.
* The index no longer performs locking itself. This is not something * The index no longer performs locking itself. This is not something
users of the library should have been relying on as it's not part of users of the library should have been relying on as it's not part of
the concurrency guarantees. the concurrency guarantees.
* `git_remote_connect()` now takes a `custom_headers` argument to set
the extra HTTP header fields to send.
v0.23 v0.23
------ ------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment