From 20fc874766a6fc66d746166fe75fc2e72a087b52 Mon Sep 17 00:00:00 2001 From: Chris <11088935+caemor@users.noreply.github.com> Date: Sat, 6 Apr 2019 09:12:57 +0200 Subject: [PATCH] Finalize changelog for v.0.3.1 before release --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e3e55..fca9c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.3.1] - 2019-04-06 +### Added + - Example for epd4in2 and BluePill-Board + +### Changed + - Improved CI + ### Fixed -- Timing issues in display_frame function: epd1in54 and epd2in9 were both missing a necessary wait_until_idle call at the end of their display_frame function which sometimes caused invalid/ignored commands/inputs afterwards + - Timing issues in display_frame function: epd1in54 and epd2in9 were both missing a necessary wait_until_idle call at the end of their display_frame function which sometimes caused invalid/ignored commands/inputs afterwards + - Some CI Targets were not tested correctly before ## [v0.3.0] - 2019-04-04