Skip to content

Commit

Permalink
Finalize changelog for v.0.3.1 before release
Browse files Browse the repository at this point in the history
  • Loading branch information
caemor authored Apr 6, 2019
1 parent 60f48a8 commit 20fc874
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 20fc874

Please sign in to comment.