From 8dd9cb0d3fdede80ecd4024b484af9221a3230f0 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 29 Jan 2026 07:50:05 +0800 Subject: [PATCH] .. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42857e90..d39139de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): - Archive extraction fails for target paths with non-ASCII characters on Windows ([#3607]) +### Improved + +- Reduce memory allocations by using Lua 5.5 external strings ([#3634]) + ## [v26.1.22] ### Added @@ -1629,3 +1633,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3608]: https://github.com/sxyazi/yazi/pull/3608 [#3617]: https://github.com/sxyazi/yazi/pull/3617 [#3633]: https://github.com/sxyazi/yazi/pull/3633 +[#3634]: https://github.com/sxyazi/yazi/pull/3634