Skip to content

Commit a1826a8

Browse files
author
Edward Thomson
committed
v1.6.3: update changelog
1 parent 2173ca8 commit a1826a8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
v1.6.3
2+
------
3+
4+
## What's Changed
5+
6+
### Bug fixes
7+
8+
* odb: restore `git_odb_open` by @ethomson in https://github.com/libgit2/libgit2/pull/6520
9+
* Ensure that `git_index_add_all` handles ignored directories by @ethomson in https://github.com/libgit2/libgit2/pull/6521
10+
* pack: use 64 bits for the number of objects by @carlosmn in https://github.com/libgit2/libgit2/pull/6530
11+
12+
### Build and CI improvements
13+
14+
* Remove unused wditer variable by @georgthegreat in https://github.com/libgit2/libgit2/pull/6518
15+
* fs_path: let root run the ownership tests by @ethomson in https://github.com/libgit2/libgit2/pull/6513
16+
* sysdir: Do not declare win32 functions on non-win32 platforms by @Batchyx in https://github.com/libgit2/libgit2/pull/6527
17+
* cmake: don't include `include/git2` by @ethomson in https://github.com/libgit2/libgit2/pull/6529
18+
19+
## New Contributors
20+
* @georgthegreat made their first contribution in https://github.com/libgit2/libgit2/pull/6518
21+
22+
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.6.2...v1.6.3
23+
124
v1.6.2
225
------
326

0 commit comments

Comments
 (0)