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