From 994284b7d0b1116ab9116fee7415fff79f232be6 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 24 Sep 2019 16:12:13 +0200 Subject: Add missing links to `CHANGELOG` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit