Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jan 21, 2022
1 parent 19fc6e7 commit ef91f94
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

## Unreleased

## 0.3.1 (21.01.2022)

- Improved error message for the send error. [#9]

[#9]: https://github.com/popzxc/messages-rs/pull/9

## 0.3.0 (16.06.2021)

- Big performance boost:
- Actor spawning performance: +3%.
- Sending message with response: +5% (now on par with `futures` channels).
- Sending notification: **+593%**.
- Ring benchmark report: 4252826 msg/second (was 3121844 msg/second; `actix`'s
async version of ring benchmark: 3608196 msg/second).
- Ring benchmark report: 4 252 826 msg/second (was 3 121 844 msg/second; `actix`'s
async version of ring benchmark: 3 608 196 msg/second).

- Some internal improvements.

Expand Down

0 comments on commit ef91f94

Please sign in to comment.