aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-01-29 13:54:57 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2026-01-29 13:56:06 +0100
commit618bfbae5cb1346e248ac52452394252669ae7a3 (patch)
treea805fc37949d711a241441b40f6f40163b70b916 /CHANGELOG.md
parent1159329b247d6532fecb375e7008aca979261eaa (diff)
downloadluasystem-fix/wcwidth.tar.gz
luasystem-fix/wcwidth.tar.bz2
luasystem-fix/wcwidth.zip
chore(changelog): update changelog with several past changesfix/wcwidth
Diffstat (limited to '')
-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