Skip to content

Commit 48f218f

Browse files
committed
..
1 parent d73ec0c commit 48f218f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
4545
- Rename `name` to `url` for open, fetchers, spotters, preloaders, previewers, filetype, and `globs` icon rules to support virtual file system ([#3034])
4646
- Rename `mime` fetcher to `mime.local`, and introduce `mime.dir` fetcher to support folder MIME types ([#3222])
4747
- Remove `$0` parameter in opener rules to make the `open` command work under empty directories ([#3226])
48-
- Return `Path` instead of `Url` from `Url:strip_prefix()` and `File.link_to` to enforce type safety ([#3361])
48+
- Return `Path` instead of `Url` from `Url:strip_prefix()` and `File.link_to` to enforce type safety ([#3361], [#3385])
4949
- Use `body` instead of the term `content` in confirmations ([#2921])
5050
- Use `u16` instead of `u32` as the type of `max_width` and `max_height` options to avoid memory exhaustion ([#3313])
5151
- Implement `__pairs` metamethod instead of `__index` for the callback argument of the `@yank` DDS event ([#2997])
@@ -1543,3 +1543,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
15431543
[#3360]: https://github.com/sxyazi/yazi/pull/3360
15441544
[#3364]: https://github.com/sxyazi/yazi/pull/3364
15451545
[#3369]: https://github.com/sxyazi/yazi/pull/3369
1546+
[#3385]: https://github.com/sxyazi/yazi/pull/3385

0 commit comments

Comments
 (0)