aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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:
29 29
30### version x.x.x, unreleased 30### version x.x.x, unreleased
31 31
32- Fix: remove two unused-variable warnings.
33 See [#78](https://github.com/lunarmodules/luasystem/pull/78).
34- Fix: duplicate symbol when linking with luajit on windows
35 See [#81](https://github.com/lunarmodules/luasystem/pull/81).
32- Fix: fix the display-width functions that occasionally reported a bad width. The source code now 36- Fix: fix the display-width functions that occasionally reported a bad width. The source code now
33 includes a code-generator that parses the official Unicode files to create static ranges in the 37 includes a code-generator that parses the official Unicode files to create static ranges in the
34 source code. Beyond that the ambiguous width can now be specified by the user, as a second parameter 38 source code. Beyond that the ambiguous width can now be specified by the user, as a second parameter
35 to `utf8cwidth` and `utf8swidth`. 39 to `utf8cwidth` and `utf8swidth`.
36 See [#82](https://github.com/lunarmodules/luasystem/pull/82). 40 See [#82](https://github.com/lunarmodules/luasystem/pull/82).
41- Chore: added Lua 5.5 to CI matrix.
42 See [#79](https://github.com/lunarmodules/luasystem/pull/79).
43- Chore: relax test assertion wrt time.
44 See [#80](https://github.com/lunarmodules/luasystem/pull/80).
37 45
38### version 0.6.3, released 11-Jul-2025 46### version 0.6.3, released 11-Jul-2025
39 47