summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-06-01 21:47:45 +0200
committerLibravatar GitHub <noreply@github.com>2020-06-01 21:47:45 +0200
commitd34f8e06c8e3cdbba07a272f346163cfc0f920a6 (patch)
tree87da05d984bbac2458c41caf0cea8c5b2cc26c46 /CHANGELOG.md
parent05750bf1863f8a6d2b797c4c482cd38dc45d7aeb (diff)
parent86f0e3d4e244710eb925c8603368d191aa7daff7 (diff)
downloadiced-d34f8e06c8e3cdbba07a272f346163cfc0f920a6.tar.gz
iced-d34f8e06c8e3cdbba07a272f346163cfc0f920a6.tar.bz2
iced-d34f8e06c8e3cdbba07a272f346163cfc0f920a6.zip
Merge pull request #370 from azriel91/improvement/58/feature-gate-font-kit
Improvement/58/feature gate font kit
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59471abc..ee650337 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- `"system_font"` feature gates reading system fonts. [#370]
+
+[#370]: https://github.com/hecrj/iced/pull/370
## [0.1.1] - 2020-04-15
### Added