From e2568c52cdb45598cc1129bb2b554f10f368d672 Mon Sep 17 00:00:00 2001 From: blinxen Date: Sun, 26 Apr 2026 22:07:50 +0200 Subject: [PATCH] Use correct PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f432c2..9049dca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ - Allow home and end keys to be used with builtin pager, see #3651 (@keith-hall) - Builtin syntax mapping: cleanup matcher glob parsing logic #3652 (@cyqsimon) - Statically link the CRT for MSVC builds via Cargo config to avoid runtime DLL dependencies. Closes #3634, see #3692 (@barry3406) -- Replace `libgit2` with a pure Rust implementation of git called `gitoxide`, see PR #XXXX (@blinxen) +- Replace `libgit2` with a pure Rust implementation of git called `gitoxide`, see PR #3703 (@blinxen) ## Syntaxes