summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-24 16:12:13 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-24 16:12:13 +0200
commit994284b7d0b1116ab9116fee7415fff79f232be6 (patch)
tree1ff5964ce98c0a3d5640d2b13cfd1c86650ecdc1 /CHANGELOG.md
parent7252c08cf298c497a35c9f7f1c77e6242e47ba6b (diff)
downloadiced-994284b7d0b1116ab9116fee7415fff79f232be6.tar.gz
iced-994284b7d0b1116ab9116fee7415fff79f232be6.tar.bz2
iced-994284b7d0b1116ab9116fee7415fff79f232be6.zip
Add missing links to `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3abbf4ee..123c2ae6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- `Color` generic parameter in widgets. The new `Color` type is used now. This keeps widgets as reusable as possible. It may complicate implementing some runtimes, but a color mapper should be easily implementable in situations where colors are limited. [#17]
+[#6]: https://github.com/hecrj/iced/issues/6
+[#12]: https://github.com/hecrj/iced/issues/12
[#17]: https://github.com/hecrj/iced/pull/17