aboutsummaryrefslogtreecommitdiff
path: root/docs/topics/CHANGELOG.md.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/CHANGELOG.md.html')
-rw-r--r--docs/topics/CHANGELOG.md.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html
index 8567695..fd3ba59 100644
--- a/docs/topics/CHANGELOG.md.html
+++ b/docs/topics/CHANGELOG.md.html
@@ -107,6 +107,17 @@
107<p><a name="Version_history"></a></p> 107<p><a name="Version_history"></a></p>
108<h2>Version history</h2> 108<h2>Version history</h2>
109 109
110<h3>unreleased</h3>
111
112<ul>
113 <li>Feat: when detecting character display width, also accept unicode codepoints (integers),
114 since the Lua utf8 library returns codepoints, not strings</li>
115 <li>Feat: allow passing in a sleep function to <code>readkey</code> and <code>readansi</code></li>
116 <li>Fix: NetBSD fix compilation, undeclared directives</li>
117 <li>Refactor: random bytes; remove deprecated API usage on Windows, move to
118 binary api instead of /dev/urandom file on linux and bsd</li>
119</ul>
120
110<h3>version 0.4.5, released 18-Dec-2024</h3> 121<h3>version 0.4.5, released 18-Dec-2024</h3>
111 122
112<ul> 123<ul>
@@ -183,7 +194,7 @@
183</div> <!-- id="main" --> 194</div> <!-- id="main" -->
184<div id="about"> 195<div id="about">
185<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> 196<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
186<i style="float:right;">Last updated 2024-12-18 02:50:03 </i> 197<i style="float:right;">Last updated 2025-03-02 19:43:40 </i>
187</div> <!-- id="about" --> 198</div> <!-- id="about" -->
188</div> <!-- id="container" --> 199</div> <!-- id="container" -->
189</body> 200</body>