v1.8.2: update changelog

This commit is contained in:
Edward Thomson
2024-06-13 19:42:55 +02:00
parent 4516ca1497
commit 48b63274ea

View File

@@ -1,3 +1,29 @@
v1.8.2
------
This release reverts a const-correctness change introduced in
v1.8.0 for the `git_commit_create` functions. We now retain the
const-behavior for the `commits` arguments from prior to v1.8.0.
This change was meant to resolve compatibility issues with bindings
and downstream users.
## What's Changed
### New features
* Introduce a stricter debugging allocator for testing by @ethomson in https://github.com/libgit2/libgit2/pull/6811
### Bug fixes
* Fix constness issue introduced in #6716 by @ethomson in https://github.com/libgit2/libgit2/pull/6829
### Build and CI improvements
* README: add experimental builds to ci table by @ethomson in https://github.com/libgit2/libgit2/pull/6816
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.8.1...v1.8.2
v1.8.1
------