From 36d811314a7e7edeb89ffa5162386a4f8463d736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 13 Jun 2019 11:40:18 +0200 Subject: [PATCH] Add reference to PR #50 in `CHANGELOG` --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e23b01..c9602de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 and renderers. - __Mesh support__. The types `Shape` and `Mesh` have been introduced. Rectangles, circles, ellipses, and polylines can now be drawn with ease using - fill or stroke modes. + fill or stroke modes. [#50] - `Input` trait. It allows to implement reusable input handlers. [#35] - `KeyboardAndMouse` input handler. Useful to quickstart development and have easy access to the keyboard and the mouse from the get-go. [#35] @@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#30]: https://github.com/hecrj/coffee/pull/30 [#35]: https://github.com/hecrj/coffee/pull/35 [#37]: https://github.com/hecrj/coffee/pull/37 +[#50]: https://github.com/hecrj/coffee/pull/50 [Elm]: https://elm-lang.org [The Elm Architecture]: https://guide.elm-lang.org/architecture/ [`stretch`]: https://github.com/vislyhq/stretch