Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Mellenbruch authored and Donald Mellenbruch committed Aug 4, 2023
1 parent a3dc1af commit 7319ae0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog

## 0.3.0
## 0.4.0 - 2023-08-04

### :point_right: Changes

- *Breaking:* Default engine changed from `threading.Thread` to `mp.Process` [a3dc1af]

### :metal: Other

- Correct annotations and docstrings [7a2470a]

## 0.3.0 - 2023-06-22

- rename from `ezpq` to `ppqueue`
- replaced `queue.get` with `queue.dequeue` / `queue.pop`
Expand Down

0 comments on commit 7319ae0

Please sign in to comment.