diff options
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`. |
