From f199afea5c23d1fddd6395bb902dd2ad5a409207 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 20 May 2026 08:14:05 +0100 Subject: [PATCH] v1.9.4: update changelog --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 0615565a4..a35e9068d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,17 @@ +v1.9.4 +------ + +This release includes a few small but important bugfixes. + +* cmake: separate generated headers from translated headers by + @ethomson in https://github.com/libgit2/libgit2/pull/7263 +* Avoid uninitialized variable warnings in gcc by @ethomson in + https://github.com/libgit2/libgit2/pull/7258 +* fix: Recognize relative worktrees extension by @cwill747 in + https://github.com/libgit2/libgit2/pull/7254 +* fix(sha256): thread-safety bug in builtin SHA-256 by @weihanglo in + https://github.com/libgit2/libgit2/pull/7266 + v1.9.3 ------