Skip to content

Commit

Permalink
Update CHANGELOG.md (#70)
Browse files Browse the repository at this point in the history
Update change log with recent changes
  • Loading branch information
JohnMurray committed May 23, 2023
1 parent 4fd3673 commit 9687172
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## WIP (unreleased)

+ Added debug serialization macro (`debug_serialize_msg!`) for all sent messages
+ Support `ToMessage` in actor-spawn methods - #62
+ `Context::send` now sends `ToMessage` objects and `Context::send_message` sends `Box<Message>` - #66
+ `Message` support for `ActorAddress` so they can be shared between actors - #67

## 0.1.2 through 0.2.0

Expand Down

0 comments on commit 9687172

Please sign in to comment.