Skip to content

Commit

Permalink
Add a few more items to changelog for 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Sep 26, 2019
1 parent 9757adf commit 58495a1
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
Expand Up @@ -12,6 +12,8 @@

- #### ⚡️ Features

- Messages to Public Agents will now be queued if the Agent hasn't finished setting up yet. [[@serzhiio], [#596](https://github.com/yewstack/yew/pull/596)]
- Agents can now be connected to without a callback. Instead of creating a bridge to the agent, create a dispatcher like so: `MyAgent::dispatcher()`. [[@hgzimmerman], [#639](https://github.com/yewstack/yew/pull/639)]
- Components can now accept children in the `html!` macro. [[@jstarry], [#589](https://github.com/yewstack/yew/pull/589)]

```rust
Expand Down Expand Up @@ -227,6 +229,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie
[@hgzimmerman]: https://github.com/hgzimmerman
[@jstarry]: https://github.com/jstarry
[@kellytk]: https://github.com/kellytk
[@serzhiio]: https://github.com/serzhiio
[@tiziano88]: https://github.com/tiziano88
[@totorigolo]: https://github.com/totorigolo
[@Wodann]: https://github.com/Wodann

0 comments on commit 58495a1

Please sign in to comment.