Skip to content

Commit

Permalink
changelog from 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed May 15, 2021
1 parent 79f85e4 commit a8c86fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,12 @@ only be triggered at the end of a transction. The current criterion is: save at
the necessity for external control of the save mechanism.
* Created a `ReceiverBuilder` to allow people to costumize the way the queue is saved.
This includes altering the above defaults or disabling queue saving altogther.


# Version 0.6.2:

* Created a `QueueIter` which allows to iterate through a queue as a list. The interface
is completely synchronous and has less overhead than just using the `Receiver`, besides
leading to clearer code.
* Documented some undocumented items.
* Upgraded dependencies and reduced the total number of them.

0 comments on commit a8c86fa

Please sign in to comment.