mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
Update CHANGELOG with the commit function changes
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -5,8 +5,19 @@ v0.27 + 1
|
||||
|
||||
### API additions
|
||||
|
||||
* `git_commit_create_on()` takes on the role which
|
||||
`git_commit_create()` had when provided a reference name to
|
||||
update. `git_commit_create_on_head()` always updates the current
|
||||
branch.
|
||||
|
||||
* `git_commit_create_fromstate()` is a variant of the commit creation
|
||||
function which behaves closer to `git-commit` by taking the parents
|
||||
and tree from the current branch and the index.
|
||||
|
||||
### API removals
|
||||
|
||||
* `git_commit_create()` has been renamed to `git_commit_create_on()`.
|
||||
|
||||
### Breaking API changes
|
||||
|
||||
v0.27
|
||||
|
||||
Reference in New Issue
Block a user