diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-02-17 17:18:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 17:18:46 +0100 |
| commit | 6272094bc7265262cbca8363b425531ad0170caa (patch) | |
| tree | b54c117ae4adebb49e35d662d234f5a708fd3d21 /CHANGELOG.md | |
| parent | e6431f6e0953e49a4fc68865c0727e24ce4062e3 (diff) | |
| download | luasystem-0.7.0.tar.gz luasystem-0.7.0.tar.bz2 luasystem-0.7.0.zip | |
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e83db8..75ab9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -27,13 +27,13 @@ The scope of what is covered by the version number excludes: | |||
| 27 | 27 | ||
| 28 | ## Version history | 28 | ## Version history |
| 29 | 29 | ||
| 30 | ### version x.x.x, unreleased | 30 | ### version 0.7.0, released 17-Feb-2026 |
| 31 | 31 | ||
| 32 | - Fix: remove two unused-variable warnings. | 32 | - Fix: remove two unused-variable warnings. |
| 33 | See [#78](https://github.com/lunarmodules/luasystem/pull/78). | 33 | See [#78](https://github.com/lunarmodules/luasystem/pull/78). |
| 34 | - Fix: duplicate symbol when linking with luajit on windows | 34 | - Fix: duplicate symbol when linking with luajit on windows |
| 35 | See [#81](https://github.com/lunarmodules/luasystem/pull/81). | 35 | See [#81](https://github.com/lunarmodules/luasystem/pull/81). |
| 36 | - Fix: fix the display-width functions that occasionally reported a bad width. The source code now | 36 | - Feat: fix the display-width functions that occasionally reported a bad width. The source code now |
| 37 | 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 |
| 38 | 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 |
| 39 | to `utf8cwidth` and `utf8swidth`. | 39 | to `utf8cwidth` and `utf8swidth`. |
