diff options
author | Edward Thomson <ethomson@vercel.com> | 2023-03-21 10:15:25 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@vercel.com> | 2023-03-21 10:15:25 +0000 |
commit | a1826a8b1ba36027caaa03eb4d29474bd4420fef (patch) | |
tree | ea8896be3fcd6c8cc5883b172645a757ab71d3c0 | |
parent | 2173ca8a4196c762fa34474b583ba6e9f25e67ff (diff) | |
download | libgit2-a1826a8b1ba36027caaa03eb4d29474bd4420fef.tar.gz |
v1.6.3: update changelog
-rw-r--r-- | docs/changelog.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index f685234aa..20e48a084 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,26 @@ +v1.6.3 +------ + +## What's Changed + +### Bug fixes + +* odb: restore `git_odb_open` by @ethomson in https://github.com/libgit2/libgit2/pull/6520 +* Ensure that `git_index_add_all` handles ignored directories by @ethomson in https://github.com/libgit2/libgit2/pull/6521 +* pack: use 64 bits for the number of objects by @carlosmn in https://github.com/libgit2/libgit2/pull/6530 + +### Build and CI improvements + +* Remove unused wditer variable by @georgthegreat in https://github.com/libgit2/libgit2/pull/6518 +* fs_path: let root run the ownership tests by @ethomson in https://github.com/libgit2/libgit2/pull/6513 +* sysdir: Do not declare win32 functions on non-win32 platforms by @Batchyx in https://github.com/libgit2/libgit2/pull/6527 +* cmake: don't include `include/git2` by @ethomson in https://github.com/libgit2/libgit2/pull/6529 + +## New Contributors +* @georgthegreat made their first contribution in https://github.com/libgit2/libgit2/pull/6518 + +**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.6.2...v1.6.3 + v1.6.2 ------ |