Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Skilvingr committed Jun 27, 2024
1 parent d84e96f commit a3e5c27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<a name="v0.3.1"></a>
## v0.3.1 (Unreleased)
## v0.3.1 (27/06/2024)

* Every iterator can now retrieve indices of other iterators.
* Prod iterators have now a method to fetch a tuple of mutable slices; useful to directly
write data without the need to use copy or clone methods.
* A convenience method to busy-wait for a certain amount of items has been added.
* Fixed a bug that could cause indices to overlap.

<a name="v0.3.0"></a>
## v0.3.0 (13/05/2024)
Expand Down

0 comments on commit a3e5c27

Please sign in to comment.