@@ -5,6 +5,35 @@ Changelog
5
5
.. currentmodule :: gpiozero
6
6
7
7
8
+ Release 1.4.1 (2018-02-20)
9
+ ==========================
10
+
11
+ This release is mostly bug-fixes, but a few enhancements have made it in too:
12
+
13
+ * Added ``curve_left `` and ``curve_right `` parameters to :meth: `Robot.forward `
14
+ and :meth: `Robot.backward `.(`#306 `_ and `#619 `_)
15
+ * Fixed :class: `DistanceSensor ` returning incorrect readings after a long
16
+ pause, and added a lock to ensure multiple distance sensors can operate
17
+ simultaneously in a single project (`#584 `_, `#595 `_, `#617 `_, `#618 `_)
18
+ * Added support for phase/enable motor drivers with :class: `PhaseEnableMotor `,
19
+ :class: `PhaseEnableRobot `, and descendants, thanks to Ian Harcombe!
20
+ (`#386 `_)
21
+ * A variety of other minor enhancements, largely thanks to Andrew Scheller!
22
+ (`#479 `_, `#489 `_, `#491 `_, `#492 `_)
23
+
24
+ .. _#306 : https://github.com/RPi-Distro/python-gpiozero/issues/306
25
+ .. _#386 : https://github.com/RPi-Distro/python-gpiozero/issues/386
26
+ .. _#479 : https://github.com/RPi-Distro/python-gpiozero/issues/479
27
+ .. _#489 : https://github.com/RPi-Distro/python-gpiozero/issues/489
28
+ .. _#491 : https://github.com/RPi-Distro/python-gpiozero/issues/491
29
+ .. _#492 : https://github.com/RPi-Distro/python-gpiozero/issues/492
30
+ .. _#584 : https://github.com/RPi-Distro/python-gpiozero/issues/584
31
+ .. _#595 : https://github.com/RPi-Distro/python-gpiozero/issues/595
32
+ .. _#617 : https://github.com/RPi-Distro/python-gpiozero/issues/617
33
+ .. _#618 : https://github.com/RPi-Distro/python-gpiozero/issues/618
34
+ .. _#619 : https://github.com/RPi-Distro/python-gpiozero/issues/619
35
+
36
+
8
37
Release 1.4.0 (2017-07-26)
9
38
==========================
10
39
0 commit comments