From ca264a44aebd647eeae44c25edfcbd5622877e8a Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 9 Jan 2026 07:59:02 +0800 Subject: [PATCH] .. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5847a8..48dab470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ### Fixed -- Account for URL covariance in `Url:join()` ([#3514]) +- Smart-case in interactive `cd` broken due to a typo ([#3540]) - Fix shell formatting for non-spread opener rules ([#3532]) +- Account for URL covariance in `Url:join()` ([#3514]) ## [v26.1.4] @@ -1595,3 +1596,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3514]: https://github.com/sxyazi/yazi/pull/3514 [#3518]: https://github.com/sxyazi/yazi/pull/3518 [#3532]: https://github.com/sxyazi/yazi/pull/3532 +[#3540]: https://github.com/sxyazi/yazi/pull/3540