From 0ab1e7db35ddf951d09004c21ca29dba7258d2c7 Mon Sep 17 00:00:00 2001 From: Caemor <11088935+caemor@users.noreply.github.com> Date: Thu, 26 Mar 2020 19:55:53 +0100 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873d235..8cc5085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - - Update embedded-graphics, + - Update embedded-graphics to 0.6, - Remove useless Featuregates (Doesn't change size) - Update and integrate a few important examples and remove the others - Add update_and_display_frame to the main trait, fixes #38