From e52cb165fabeb343d971e70b9852115929731a8f Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 28 Feb 2025 01:01:44 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e96bf5..5d3b984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added - `sync` subcommand, which performs git pull (fast-forward) and push (#21) -- Feature `vendored-openssl` to statically link openssl and libgit2 +- Feature `vendored-openssl` to statically link openssl and libgit2 (#22) ### Fixed - Git local config is now looked up. (#20)