Skip to content

Commit c095cbb

Browse files
committed
changelog: update for v2.1.0
1 parent 923c934 commit c095cbb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
* v2.1.0 - 05/29/2020
2+
* GPIO
3+
* Add `poll_multiple()` static method.
4+
* Add line consumer `label` property.
5+
* Add line `bias`, line `drive`, and `inverted` properties.
6+
* Add additional properties as keyword arguments to constructor for
7+
character device GPIOs.
8+
* Only unexport GPIO in `close()` if exported in open for sysfs GPIOs.
9+
* Improve wording and fix typos in docstrings.
10+
* Serial
11+
* Fix performance of blocking read in `read()`.
12+
* Raise exception on unexpected empty read in `read()`, which may be
13+
caused by a serial port disconnect.
14+
* Add `vmin` and `vtime` properties for the corresponding termios
15+
settings.
16+
* Add support for termios timeout with `read()`.
17+
* Improve wording in docstrings.
18+
* Contributors
19+
* @xrombik - 444f778
20+
* Alexander Steffen, @webmeister - f0403da
21+
122
* v2.0.1 - 01/08/2020
223
* PWM
324
* Add retry loop for opening PWM period file after export to

0 commit comments

Comments
 (0)