Update `CHANGELOG.md`

This commit is contained in:
Jayce Fayne 2021-01-13 17:15:47 +01:00
parent b2415eee61
commit c542224f4b
1 changed files with 3 additions and 0 deletions

View File

@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Added ### Added
- `"system_font"` feature gates reading system fonts. [#370] - `"system_font"` feature gates reading system fonts. [#370]
- Support for the [`smol`] async runtime. [#699]
[#370]: https://github.com/hecrj/iced/pull/370 [#370]: https://github.com/hecrj/iced/pull/370
[#699]: https://github.com/hecrj/iced/pull/699
[`smol`]: https://github.com/smol-rs/smol
## [0.1.1] - 2020-04-15 ## [0.1.1] - 2020-04-15
### Added ### Added