From 15f9886868500ecc34c7ca948b8b13f1fa642e9c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 31 Jan 2026 18:28:49 +0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6b7cd8..ec8d7712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ### Fixed - Archive extraction fails for target paths with non-ASCII characters on Windows ([#3607]) +- Make `ya pkg` ignore default remote name in user Git config ([#3648]) ### Improved @@ -1638,3 +1639,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3634]: https://github.com/sxyazi/yazi/pull/3634 [#3638]: https://github.com/sxyazi/yazi/pull/3638 [#3642]: https://github.com/sxyazi/yazi/pull/3642 +[#3648]: https://github.com/sxyazi/yazi/pull/3648