summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Jayce Fayne <jayce.fayne@mailbox.org>2021-01-13 17:15:47 +0100
committerLibravatar Jayce Fayne <jayce.fayne@mailbox.org>2021-01-14 12:28:06 +0100
commitc542224f4b466f9de103d8f67e20ce48583a5461 (patch)
tree6b886549b05b3a3c9c53b9be4d0a55bba79900d2 /CHANGELOG.md
parentb2415eee61063d5c2b220d7b7a513d1952ce2be1 (diff)
downloadiced-c542224f4b466f9de103d8f67e20ce48583a5461.tar.gz
iced-c542224f4b466f9de103d8f67e20ce48583a5461.tar.bz2
iced-c542224f4b466f9de103d8f67e20ce48583a5461.zip
Update `CHANGELOG.md`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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