From 74e86ec1300a73a42c36ac052bf000f359edaee4 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 8 Jan 2026 16:57:31 +0800 Subject: [PATCH] .. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9209e189..6c5847a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ### Fixed - Account for URL covariance in `Url:join()` ([#3514]) +- Fix shell formatting for non-spread opener rules ([#3532]) ## [v26.1.4] @@ -1593,3 +1594,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3494]: https://github.com/sxyazi/yazi/pull/3494 [#3514]: https://github.com/sxyazi/yazi/pull/3514 [#3518]: https://github.com/sxyazi/yazi/pull/3518 +[#3532]: https://github.com/sxyazi/yazi/pull/3532