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 /docs/topics/CHANGELOG.md.html | |
| parent | e6431f6e0953e49a4fc68865c0727e24ce4062e3 (diff) | |
| download | luasystem-0.7.0.tar.gz luasystem-0.7.0.tar.bz2 luasystem-0.7.0.zip | |
Diffstat (limited to 'docs/topics/CHANGELOG.md.html')
| -rw-r--r-- | docs/topics/CHANGELOG.md.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index 9603abd..318c020 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html | |||
| @@ -106,6 +106,24 @@ | |||
| 106 | <p><a name="Version_history"></a></p> | 106 | <p><a name="Version_history"></a></p> |
| 107 | <h2>Version history</h2> | 107 | <h2>Version history</h2> |
| 108 | 108 | ||
| 109 | <h3>version 0.7.0, released 17-Feb-2026</h3> | ||
| 110 | |||
| 111 | <ul> | ||
| 112 | <li>Fix: remove two unused-variable warnings. | ||
| 113 | See <a href="https://github.com/lunarmodules/luasystem/pull/78">#78</a>.</li> | ||
| 114 | <li>Fix: duplicate symbol when linking with luajit on windows | ||
| 115 | See <a href="https://github.com/lunarmodules/luasystem/pull/81">#81</a>.</li> | ||
| 116 | <li>Feat: fix the display-width functions that occasionally reported a bad width. The source code now | ||
| 117 | includes a code-generator that parses the official Unicode files to create static ranges in the | ||
| 118 | source code. Beyond that the ambiguous width can now be specified by the user, as a second parameter | ||
| 119 | to <code>utf8cwidth</code> and <code>utf8swidth</code>. | ||
| 120 | See <a href="https://github.com/lunarmodules/luasystem/pull/82">#82</a>.</li> | ||
| 121 | <li>Chore: added Lua 5.5 to CI matrix. | ||
| 122 | See <a href="https://github.com/lunarmodules/luasystem/pull/79">#79</a>.</li> | ||
| 123 | <li>Chore: relax test assertion wrt time. | ||
| 124 | See <a href="https://github.com/lunarmodules/luasystem/pull/80">#80</a>.</li> | ||
| 125 | </ul> | ||
| 126 | |||
| 109 | <h3>version 0.6.3, released 11-Jul-2025</h3> | 127 | <h3>version 0.6.3, released 11-Jul-2025</h3> |
| 110 | 128 | ||
| 111 | <ul> | 129 | <ul> |
| @@ -234,7 +252,7 @@ | |||
| 234 | </div> <!-- id="main" --> | 252 | </div> <!-- id="main" --> |
| 235 | <div id="about"> | 253 | <div id="about"> |
| 236 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> | 254 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
| 237 | <i style="float:right;">Last updated 2025-07-11 22:55:05 </i> | 255 | <i style="float:right;">Last updated 2026-02-17 17:18:04 </i> |
| 238 | </div> <!-- id="about" --> | 256 | </div> <!-- id="about" --> |
| 239 | </div> <!-- id="container" --> | 257 | </div> <!-- id="container" --> |
| 240 | </body> | 258 | </body> |
