Skip to content

Commit a1b4caf

Browse files
committed
changelog: add some final 0.26 changes
1 parent 29ef7d3 commit a1b4caf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ v0.25 + 1
2424
* We now optionally call `fsync` on loose objects, packfiles and their indexes,
2525
loose references and packed reference files.
2626

27-
* We can now build against OpenSSL v1.1.
27+
* We can now build against OpenSSL v1.1 and against LibreSSL.
2828

2929
* `GIT_MERGE_OPTIONS_INIT` now includes a setting to perform rename detection.
3030
This aligns this structure with the default by `git_merge` and
3131
`git_merge_trees` when `NULL` was provided for the options.
3232

33+
* Improvements for reading index v4 files.
34+
35+
* Perform additional retries for filesystem operations on Windows when files
36+
are temporarily locked by other processes.
37+
3338
### API additions
3439

3540
* New family of functions to handle worktrees:

0 commit comments

Comments
 (0)