summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92bc0c1f2..e4fd68dfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ v0.24 + 1
* Do not fail when deleting remotes in the presence of broken
global configs which contain branches.
+* Support for reading and writing git index v4 files
+
### API additions
* You can now get the user-agent used by libgit2 using the
@@ -49,6 +51,9 @@ v0.24 + 1
* `git_diff_from_buffer` can create a `git_diff` object from the contents
of a git-style patch file.
+* `git_index_version()` and `git_index_set_version()` to get and set
+ the index version
+
### API removals
* `git_blob_create_fromchunks()` has been removed in favour of