add contact email to downloads.html

This commit is contained in:
2026-07-17 12:38:53 +02:00
parent 6b88db35f2
commit 6d70fca110
+3
View File
@@ -148,6 +148,9 @@
<li><a href="docs/usersmanual/index.html">Tutorials</a></li> <li><a href="docs/usersmanual/index.html">Tutorials</a></li>
<li><a href="docs/man/index.html">Manual pages</a></li> <li><a href="docs/man/index.html">Manual pages</a></li>
</ul> </ul>
<blockquote>
For questions or comments, please mail to [email protected].
</blockquote>
<h4>New</h4> <h4>New</h4>
<ul> <ul>
<li>The libc <code>printf</code>-family functions now support floating-point (decimal) formatting, so Lua and other programs print decimal numbers correctly</li> <li>The libc <code>printf</code>-family functions now support floating-point (decimal) formatting, so Lua and other programs print decimal numbers correctly</li>