From e918264042398b99575c9472aad9edcc0f5a0405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sat, 15 Jun 2019 18:51:54 +0200 Subject: [PATCH] Update `CHANGELOG` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d52f60..aabd1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Font::load` has been renamed to `Font::load_from_bytes` for consistency. [#55] - The performance of the particles example has been improved considerably on all platforms. [#37] +- The `input` example uses the new `ui` module now. ### Removed - The `Game::View` associated type. Implementors of the `Game` trait are also