Add missing links to CHANGELOG
This commit is contained in:
parent
7252c08cf2
commit
994284b7d0
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Removed
|
### 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]
|
- `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
|
[#17]: https://github.com/hecrj/iced/pull/17
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue