docs: include v1.8.4 changelog

This commit is contained in:
Edward Thomson
2024-12-16 10:42:44 +00:00
parent 0c48276448
commit ab0e1606b4

View File

@@ -1,3 +1,31 @@
v1.8.4
------
We erroneously shipped v1.8.3 without actually including the change
in v1.8.2. This release re-re-introduces the pre-v1.8.0 `commit`
constness behavior.
## What's Changed
### Bug fixes
* Fix constness issue introduced in #6716 by @ethomson in https://github.com/libgit2/libgit2/pull/6829
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.8.3...v1.8.4
v1.8.3
------
This release fixes a bug introduced in v1.8.1 for users of the legacy
[Node.js http-parser](https://github.com/nodejs/http-parser)
dependency.
## What's Changed
### Bug fixes
* http: Backport on_status initialize fix for http-parser by @ethomson in https://github.com/libgit2/libgit2/pull/6931
v1.8.2
------