Browse Source

Finalize changelog for v.0.3.1 before release

embedded-hal-1.0 v0.3.1
Chris 7 years ago committed by GitHub
parent
commit
20fc874766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      CHANGELOG.md

9
CHANGELOG.md

@ -11,8 +11,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v0.3.1] - 2019-04-06 ## [v0.3.1] - 2019-04-06
### Added
- Example for epd4in2 and BluePill-Board
### Changed
- Improved CI
### Fixed ### 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 ## [v0.3.0] - 2019-04-04

Loading…
Cancel
Save