Skip to content

Commit

Permalink
review applied
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Dec 17, 2024
1 parent 0cfec0d commit 7eefe06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## v0.23.0 - 2024-12-13

### Breaking changes
- Breaking behavior: Direct message constants (`KILL_MSG`, `PAUSE_MSG`, `PLAY_MSG`, `STATUS_MSG`) are replaced with the `MessageBuilder` class methods.
- Breaking behavior: All the `run()` methods across the interface are now asynchronous (async def).
- Breaking behavior: Changes from `Coroutine` to `Awaitable` in function signatures.
- Direct message constants (`KILL_MSG`, `PAUSE_MSG`, `PLAY_MSG`, `STATUS_MSG`) are replaced with the `MessageBuilder` class methods.
- All the `run()` methods across the interface are now asynchronous (async def).
- Changes from `Coroutine` to `Awaitable` in function signatures.

### Features
- Message builder for constructing message with carrying more information (#291) [[f760b4a]](https://github.com/aiidateam/plumpy/commit/f760b4aaf6a46bbfc13bab88e36271aab122a641)
Expand Down

0 comments on commit 7eefe06

Please sign in to comment.