Update CHANGELOG.md

This commit is contained in:
Justin Starry 2019-08-11 21:59:02 -04:00
parent 4127a2477c
commit bb7c042da4
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- #### ⚡️ Features - #### ⚡️ Features
- The derive props macro now supports Properties with lifetimes [[@jstarry], [#580](https://github.com/yewstack/yew/pull/580)] - The derive props macro now supports Properties with lifetimes [[@jstarry], [#580](https://github.com/yewstack/yew/pull/580)]
- New `ResizeService` for registering for `window` size updates [[@hgzimmerman], [#577](https://github.com/yewstack/yew/pull/577)]
- #### 🛠 Fixes - #### 🛠 Fixes
@ -150,6 +151,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie
[@charvp]: https://github.com/charvp [@charvp]: https://github.com/charvp
[@DenisKolodin]: https://github.com/DenisKolodin [@DenisKolodin]: https://github.com/DenisKolodin
[@dermetfan]: https://github.com/dermetfan [@dermetfan]: https://github.com/dermetfan
[@hgzimmerman]: https://github.com/hgzimmerman
[@jstarry]: https://github.com/jstarry [@jstarry]: https://github.com/jstarry
[@kellytk]: https://github.com/kellytk [@kellytk]: https://github.com/kellytk
[@tiziano88]: https://github.com/tiziano88 [@tiziano88]: https://github.com/tiziano88