From 85ad681229795b27c8f48a31df0f5c21123aa15f Mon Sep 17 00:00:00 2001 From: Caemor <11088935+caemor@users.noreply.github.com> Date: Thu, 26 Mar 2020 20:43:04 +0100 Subject: [PATCH] Refine Changelog --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc5085..51cc2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,22 @@ 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 to 0.6, + +### Added + - New supported epds: epd7in5 (thanks to @str4d), epd7in5 v2 (thanks to @asaaki), epd1in54b (thanks to @jkristell) + - Added update_and_display_frame to WaveshareDisplay trait (fixes #38) + - also improve position of busy_wait (#30) once more + - More Documenation + +### Changed + - Update embedded-graphics to 0.6 (changes Display Trait) (and to 0.5 before thanks to @dbr) - 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 - - Also improve position of busy_wait (#30) once more - - Fixed all doc tests - - Some more documentation improvements + - Use Embedded_hal:digital::v2 + + +### Fixed + - Doc Tests