Skip to content

Commit

Permalink
Minor: documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Dec 10, 2023
1 parent 161efc9 commit 559ac33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@
<div class="pod-body">
<h1 id="CHANGELOG"><a class="u" href="#___top" title="go to top of document">CHANGELOG</a></h1>
<ul><li><p><strong>v0.1.17</strong></p>
<ul><li><p>Take care of exceptions that throw on their own when reported</p>
</li>
<li><p>Fix a test that was freezing if <code>$RAKUDO_MAX_THREADS</code> environment variable is set to a too low value</p>
</li>
</ul>
</li>
<li><p><strong>v0.1.16</strong></p>
<ul><li><p>Fix <code>cmp-deeply</code> for nominalizables</p>
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

- **v0.1.17**

- Take care of exceptions that throw on their own when reported

- Fix a test that was freezing if `$RAKUDO_MAX_THREADS` environment variable is set to a too low value

- **v0.1.16**

Expand Down
2 changes: 2 additions & 0 deletions doc/ChangeLog.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
=begin item
B<v0.1.17>

=item Take care of exceptions that throw on their own when reported
=item Fix a test that was freezing if C<$RAKUDO_MAX_THREADS> environment variable is set to a too low value

=end item

Expand Down

0 comments on commit 559ac33

Please sign in to comment.