Skip to content

Commit

Permalink
chore(changelog) update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Dec 18, 2022
1 parent 83164eb commit f232b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ <h2><a name="history"></a>History</h2>
<dt><strong>Copas 4.x.0</strong> [unreleased]</dt>
<dd><ul>
<li>Added: <code>copas.status</code> got an extra parameter to track more detailed stats.</li>
<li>Fix: queue workers would not properly handle falsy items in the queue. The worker would
exit instead of handle the item.</li>
<li>Fix: a non-reentrant lock should block instead of returning an error when entered again.</li>
<li>Fix: finishing a queue would not honour the timeout.</li>
<li>Refactor: more manual cleanup instead of relying on weak-tables.</li>
</ul></dd>

<dt><strong>Copas 4.4.0</strong> [23/Oct/2022]</dt>
Expand Down

0 comments on commit f232b2c

Please sign in to comment.