summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2016-03-18 15:03:08 -0500
committerJohn Fultz <jfultz@wolfram.com>2016-03-18 15:03:08 -0500
commit0b24855ea888cb225bf0eb11d2d063c899e8e616 (patch)
tree9a60d01b89b5188290dabe6e8dae5414202a87ca /CHANGELOG.md
parent785d8c48ea8725691da3c50e7dae8751523d4c30 (diff)
downloadlibgit2-0b24855ea888cb225bf0eb11d2d063c899e8e616.tar.gz
Fix some errors I found in the changelog for 0.24.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43476b99a..68e65ae79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -111,12 +111,15 @@ v0.24
`GIT_CONFIG_LEVEL_PROGRAMDATA` which represent a rough Windows equivalent
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
users of the library should have been relying on as it's not part of
the concurrency guarantees.
+* `git_remote_connect()` now takes a `custom_headers` argument to set
+ the extra HTTP header fields to send.
+
v0.23
------