Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Nov 15, 2024
1 parent 5e119d4 commit 6bfcb2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

- support for [Waveshare 7.3in E](https://www.waveshare.com/7.3inch-e-paper-hat-e.htm) display - thanks @antoinecellerier

## Changed

- replaced `importlib.resources` with `importlib_resources` per the [migration information](https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy)
- Waveshare libraries now loaded from [official repo](https://github.com/waveshareteam/e-Paper) again.

### Fixed

- Waveshare 7.3 inch was loading the wrong driver - thanks @reinharty
- Waveshare 1.54in V2 had wrong init() method - thansk @W11T
- Waveshare 1.54in V2 had wrong init() method - thanks @W11T
- fixed GitHub actions Pytests not working

## Version 0.4.1

Expand Down

0 comments on commit 6bfcb2e

Please sign in to comment.