@@ -35,7 +35,7 @@ Changelog
3535
3636.. currentmodule :: gpiozero
3737
38- Release 1.5.0 (2019-02-11 )
38+ Release 1.5.0 (2019-02-12 )
3939==========================
4040
4141* Introduced pin event timing to increase accuracy of certain devices such as
@@ -49,11 +49,15 @@ Release 1.5.0 (2019-02-11)
4949 (thanks to Jeevan M R for the latter). (`#532 `_, `#714 `_)
5050* Added support for `colorzero `_ with :class: `RGBLED ` (this adds a new
5151 dependency). (`#655 `_)
52- * Added :class: `TonalBuzzer ` class with musical notation API :class: `Tone `.
53- (`#681 `_, `#717 `_)
52+ * Added :class: `TonalBuzzer ` with :class: `~tones. Tone ` API for specifying frequencies
53+ raw or via MIDI or musical notes. (`#681 `_, `#717 `_)
5454* Added :class: `PiHutXmasTree `. (`#502 `_)
5555* Added :class: `PumpkinPi ` and :class: `JamHat ` (thanks to Claire Pollard).
5656 (`#680 `_, `#681 `_, `#717 `_)
57+ * Ensured gpiozero can be imported without a valid pin factory set. (`#591 `_,
58+ `#713 `_)
59+ * Reduced import time by not computing default pin factory at the point of
60+ import. (`#675 `_, `#722 `_)
5761* Added support for various pin numbering mechanisms. (`#470 `_)
5862* :class: `Motor ` instances now use :class: `DigitalOutputDevice ` for non-PWM
5963 pins.
@@ -89,6 +93,10 @@ Release 1.5.0 (2019-02-11)
8993.. _#717 : https://github.com/RPi-Distro/python-gpiozero/issues/717
9094.. _#680 : https://github.com/RPi-Distro/python-gpiozero/issues/680
9195.. _#502 : https://github.com/RPi-Distro/python-gpiozero/issues/502
96+ .. _#591 : https://github.com/RPi-Distro/python-gpiozero/issues/591
97+ .. _#713 : https://github.com/RPi-Distro/python-gpiozero/issues/713
98+ .. _#675 : https://github.com/RPi-Distro/python-gpiozero/issues/675
99+ .. _#722 : https://github.com/RPi-Distro/python-gpiozero/issues/722
92100.. _#470 : https://github.com/RPi-Distro/python-gpiozero/issues/470
93101.. _#481 : https://github.com/RPi-Distro/python-gpiozero/issues/481
94102.. _#366 : https://github.com/RPi-Distro/python-gpiozero/issues/366
0 commit comments