Skip to content

Commit 20ec8cd

Browse files
committed
changelog: update for v2.0.0
1 parent bb1b8fa commit 20ec8cd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
* v2.0.0 - 10/28/2019
2+
* GPIO
3+
* Add support for character device GPIOs.
4+
* Remove support for preserve direction from GPIO constructor.
5+
* Add retry loop to direction write after export to accommodate delayed
6+
udev permission rule application for sysfs GPIOs.
7+
* Unexport GPIO line on close for sysfs GPIOs.
8+
* Fix handling of `timeout=None` with sysfs GPIO `poll()`.
9+
* Add `devpath` property.
10+
* PWM
11+
* Fix chip and channel argument names in PWM constructor and
12+
documentation.
13+
* Add retry loop to PWM open after export to accommodate delayed
14+
creation of sysfs files by kernel driver.
15+
* Unexport PWM channel on close.
16+
* Add nanosecond `period_ns` and `duty_cycle_ns` properties.
17+
* Add `devpath` property.
18+
* LED
19+
* Raise `LookupError` instead of `ValueError` if LED name is not found
20+
during open.
21+
* Add `devpath` property.
22+
* Fix exception handling for Python 2 with `ioctl()` operations in Serial,
23+
SPI, and I2C modules.
24+
* Fix `with` statement context manager support for all modules.
25+
* Update tests with running hints for Raspberry Pi 3.
26+
* Contributors
27+
* Uwe Kleine-König, @ukleinek - 0005260
28+
* Heath Robinson, @ubiquitousthey - ac457d6
29+
130
* v1.1.2 - 06/25/2019
231
* Add LICENSE file to packaging.
332

0 commit comments

Comments
 (0)