diff options
author | 2021-01-13 17:15:47 +0100 | |
---|---|---|
committer | 2021-01-14 12:28:06 +0100 | |
commit | c542224f4b466f9de103d8f67e20ce48583a5461 (patch) | |
tree | 6b886549b05b3a3c9c53b9be4d0a55bba79900d2 /CHANGELOG.md | |
parent | b2415eee61063d5c2b220d7b7a513d1952ce2be1 (diff) | |
download | iced-c542224f4b466f9de103d8f67e20ce48583a5461.tar.gz iced-c542224f4b466f9de103d8f67e20ce48583a5461.tar.bz2 iced-c542224f4b466f9de103d8f67e20ce48583a5461.zip |
Update `CHANGELOG.md`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee650337..e4d1a4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - `"system_font"` feature gates reading system fonts. [#370] +- Support for the [`smol`] async runtime. [#699] [#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 ### Added |