From 618bfbae5cb1346e248ac52452394252669ae7a3 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 29 Jan 2026 13:54:57 +0100 Subject: chore(changelog): update changelog with several past changes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d006ff..8e83db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,11 +29,19 @@ The scope of what is covered by the version number excludes: ### version x.x.x, unreleased +- Fix: remove two unused-variable warnings. + See [#78](https://github.com/lunarmodules/luasystem/pull/78). +- Fix: duplicate symbol when linking with luajit on windows + See [#81](https://github.com/lunarmodules/luasystem/pull/81). - Fix: fix the display-width functions that occasionally reported a bad width. The source code now includes a code-generator that parses the official Unicode files to create static ranges in the source code. Beyond that the ambiguous width can now be specified by the user, as a second parameter to `utf8cwidth` and `utf8swidth`. See [#82](https://github.com/lunarmodules/luasystem/pull/82). +- Chore: added Lua 5.5 to CI matrix. + See [#79](https://github.com/lunarmodules/luasystem/pull/79). +- Chore: relax test assertion wrt time. + See [#80](https://github.com/lunarmodules/luasystem/pull/80). ### version 0.6.3, released 11-Jul-2025 -- cgit v1.2.3-55-g6feb