Skip to content

Commit 48b6327

Browse files
committed
v1.8.2: update changelog
1 parent 4516ca1 commit 48b6327

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
v1.8.2
2+
------
3+
4+
This release reverts a const-correctness change introduced in
5+
v1.8.0 for the `git_commit_create` functions. We now retain the
6+
const-behavior for the `commits` arguments from prior to v1.8.0.
7+
8+
This change was meant to resolve compatibility issues with bindings
9+
and downstream users.
10+
11+
## What's Changed
12+
13+
### New features
14+
15+
* Introduce a stricter debugging allocator for testing by @ethomson in https://github.com/libgit2/libgit2/pull/6811
16+
17+
### Bug fixes
18+
19+
* Fix constness issue introduced in #6716 by @ethomson in https://github.com/libgit2/libgit2/pull/6829
20+
21+
### Build and CI improvements
22+
23+
* README: add experimental builds to ci table by @ethomson in https://github.com/libgit2/libgit2/pull/6816
24+
25+
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.8.1...v1.8.2
26+
127
v1.8.1
228
------
329

0 commit comments

Comments
 (0)