@@ -5,6 +5,36 @@ Changelog
55.. currentmodule :: gpiozero
66
77
8+ Release 1.3.0 (2016-08-31)
9+ ==========================
10+
11+ * Added :class: `ButtonBoard ` for reading multiple buttons in a single
12+ class (`#340 `_)
13+ * Added :class: `Servo ` and :class: `AngularServo ` classes for controlling
14+ simple servo motors (`#248 `_)
15+ * Lots of work on supporting easier use of internal and third-part pin
16+ implementations (`#359 `_)
17+ * :class: `Robot ` now has a proper :attr: `~Robot.value ` attribute (`#305 `_)
18+ * Added :class: `CPUTemperature ` as another demo of "internal" devices (`#294 `_)
19+ * A temporary work-around for an issue with :class: `DistanceSensor ` was
20+ included but a full fix is in the works (`#385 `_)
21+ * More work on the documentation (`#320 `_, `#295 `_, `#289 `_, etc.)
22+
23+ Not quite as much as we'd hoped to get done this time, but we're rushing to
24+ make a Raspbian freeze. As always, thanks to the community - your suggestions
25+ and PRs have been brilliant and even if we don't take stuff exactly as is, it's
26+ always great to see your ideas. Onto 1.4!
27+
28+ .. _#248 : https://github.com/RPi-Distro/python-gpiozero/issues/248
29+ .. _#289 : https://github.com/RPi-Distro/python-gpiozero/issues/289
30+ .. _#294 : https://github.com/RPi-Distro/python-gpiozero/issues/294
31+ .. _#295 : https://github.com/RPi-Distro/python-gpiozero/issues/295
32+ .. _#305 : https://github.com/RPi-Distro/python-gpiozero/issues/305
33+ .. _#320 : https://github.com/RPi-Distro/python-gpiozero/issues/320
34+ .. _#340 : https://github.com/RPi-Distro/python-gpiozero/issues/340
35+ .. _#359 : https://github.com/RPi-Distro/python-gpiozero/issues/359
36+ .. _#385 : https://github.com/RPi-Distro/python-gpiozero/issues/385
37+
838Release 1.2.0 (2016-04-10)
939==========================
1040
0 commit comments