diff options
author | 2019-09-24 16:12:55 +0200 | |
---|---|---|
committer | 2019-09-24 16:12:55 +0200 | |
commit | 67d3fe67f312c4dfe9fe4af0f0cbc7cb23c30072 (patch) | |
tree | 220bc503ddfab68b966805aae814facb65bc8e98 /CHANGELOG.md | |
parent | 994284b7d0b1116ab9116fee7415fff79f232be6 (diff) | |
download | iced-67d3fe67f312c4dfe9fe4af0f0cbc7cb23c30072.tar.gz iced-67d3fe67f312c4dfe9fe4af0f0cbc7cb23c30072.tar.bz2 iced-67d3fe67f312c4dfe9fe4af0f0cbc7cb23c30072.zip |
Fix `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 123c2ae6..7beb8102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `iced` becomes `iced_native`. The current `iced` crate will be empty until we have a first prototype of a low-level renderer. [#17] - Widgets expose their fields publicly, simplifying the `Renderer` traits in `iced_native`. [#17] -- Widgets no longer hold a default `Style`. Related to #6 and #12. [#17] -- All `Renderer` traits now have total control to produce a `Node`. Related to #6 and #12. [#17] +- Widgets no longer hold a default `Style`. Related to [#6] and [#12]. [#17] +- All `Renderer` traits now have total control to produce a `Node`. Related to [#6] and [#12]. [#17] - The tour example lives in its own crate now and it can be run both on native and web. [#17] ### Removed |