summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-15 19:05:20 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-01-15 19:05:20 +0100
commit803cc88483c310797911636562a98a6ebba33af7 (patch)
treed86da4776b50904917f63600b0b9010b4f9e2c59 /CHANGELOG.md
parent2056304e39c32ef5613eb6e82036586043002c08 (diff)
downloadiced-803cc88483c310797911636562a98a6ebba33af7.tar.gz
iced-803cc88483c310797911636562a98a6ebba33af7.tar.bz2
iced-803cc88483c310797911636562a98a6ebba33af7.zip
Fix consistency in `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70673f79..b0cb739d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[`smol`]: https://github.com/smol-rs/smol
## [0.2.0] - 2020-11-26
+### Added
- __[`Canvas` interactivity][canvas]__ (#325)
A trait-based approach to react to mouse and keyboard interactions in [the `Canvas` widget][#193].