From e8f9a8e32441cdca0d392527bec98bf8a0efebc6 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 20 Jun 2026 12:01:01 +0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c6a683..245796e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ### Fixed -- Normalize `\\?\`-prefixed Verbatim paths when creating relative symlinks on Windows +- Normalize `\\?\`-prefixed Verbatim paths when creating relative symlinks on Windows ([#4067]) - Keep package hashes indifferent to line endings when `ya pkg` pulls packages ([#4064]) - Use WebP as `magick` preset preloader cache format to keep image transparency ([#4065]) @@ -1754,3 +1754,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#4040]: https://github.com/sxyazi/yazi/pull/4040 [#4064]: https://github.com/sxyazi/yazi/pull/4064 [#4065]: https://github.com/sxyazi/yazi/pull/4065 +[#4067]: https://github.com/sxyazi/yazi/pull/4067