Skip to content

Commit

Permalink
Add version history and credits
Browse files Browse the repository at this point in the history
Signed-off-by: ChaitanyaD48 <chaitanya.d48@gmail.com>
  • Loading branch information
ChaitanyaD48 committed Aug 22, 2024
1 parent f1d7d2f commit eb72d6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/us/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ <h1>LuaSQL</h1>
<h2><a name="history"></a>History</h2>

<dl class="history">
<dt><strong>LuaSQL</strong> []</dt>
<dd>
<ul>
<li>LuaSQL is adapted to Lua version 5.4 and all the drivers are compatible with To-be-closed variables.</li>
<li>Bug-fix - <code>:close()</code> method does not invoke the __gc metamethod in case of related open objects. </li>
<li>The <code>:close()</code> method now returns false and a string with appropriate message instead of raising an error when there are related open objects.</li>
</ul>
</dd>

<dt><strong>LuaSQL 2.6.1</strong> [07/Feb/2024]</dt>
<dd>
<ul>
Expand Down
5 changes: 5 additions & 0 deletions doc/us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ <h2><a name="download"></a>Download</h2>
<h2><a name="credits"></a>Credits</h2>

<h4>LuaSQL 2.x</h4>

<p>
Version __ introduces support for To-be-closed variables and all the Drivers are adapted to Lua version 5.4. <br>This was developed by Chaitanya Deshmukh (GSoC 2024) under the mentorship of Tom&aacute;s Guisasola.
</p>

<p>
Version 2.5 incorporates support in MySQL driver for seeking in the result set.
</p>
Expand Down

0 comments on commit eb72d6e

Please sign in to comment.